Skip to content

Commit 0348f9c

Browse files
authored
Fix code formatting to make the bots happy (#26)
1 parent d2ed1eb commit 0348f9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/src/flutterflow_api_client.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ Future<String?> exportCode({
109109
extractArchiveTo(projectFolder, destinationPath, unzipToParentFolder);
110110

111111
var fileName = projectFolder.first.name;
112-
folderName = fileName.substring(0, fileName.indexOf(Platform.pathSeparator));
112+
folderName =
113+
fileName.substring(0, fileName.indexOf(Platform.pathSeparator));
113114

114115
final postCodeGenerationFutures = <Future>[
115116
if (fix)

0 commit comments

Comments
 (0)