Skip to content

Commit e6251ee

Browse files
Alexander SaelmansMarkOSullivan94
Alexander Saelmans
authored andcommitted
Add extra white line at the end of the file as xcode projects favor having an empty line at the end
1 parent ea57bf2 commit e6251ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ios.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Future<void> changeIosLauncherIcon(String iconName, String? flavor) async {
157157
}
158158
}
159159

160-
final String entireFile = lines.join('\n');
160+
final String entireFile = '${lines.join('\n')}\n';
161161
await iOSConfigFile.writeAsString(entireFile);
162162
}
163163

0 commit comments

Comments
 (0)