David PHAM-VAN

Update java/swift code style

@@ -11,7 +11,8 @@ public final class GeneratedPluginRegistrant { @@ -11,7 +11,8 @@ public final class GeneratedPluginRegistrant {
11 if (alreadyRegisteredWith(registry)) { 11 if (alreadyRegisteredWith(registry)) {
12 return; 12 return;
13 } 13 }
14 - PrintingPlugin.registerWith(registry.registrarFor("net.nfet.flutter.printing.PrintingPlugin")); 14 + PrintingPlugin.registerWith(
  15 + registry.registrarFor("net.nfet.flutter.printing.PrintingPlugin"));
15 } 16 }
16 17
17 private static boolean alreadyRegisteredWith(PluginRegistry registry) { 18 private static boolean alreadyRegisteredWith(PluginRegistry registry) {