Explorar o código

Fix formatting in paragraph_cache.dart

Lucas Aschenbach %!s(int64=3) %!d(string=hai) anos
pai
achega
7df505f761
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      lib/src/ui/paragraph_cache.dart

+ 2 - 1
lib/src/ui/paragraph_cache.dart

@@ -13,7 +13,8 @@ class ParagraphCache {
     return _cache[key];
   }
 
-  Paragraph performAndCacheLayout(String text, TextStyle style, double textScaleFactor, int key) {
+  Paragraph performAndCacheLayout(
+      String text, TextStyle style, double textScaleFactor, int key) {
     final builder = ParagraphBuilder(style.getParagraphStyle());
     builder.pushStyle(style.getTextStyle(textScaleFactor: textScaleFactor));
     builder.addText(text);