Skip to content

Commit

Permalink
Fix code formatting to make the bots happy (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpsantos authored Oct 22, 2024
1 parent d2ed1eb commit 0348f9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/src/flutterflow_api_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ Future<String?> exportCode({
extractArchiveTo(projectFolder, destinationPath, unzipToParentFolder);

var fileName = projectFolder.first.name;
folderName = fileName.substring(0, fileName.indexOf(Platform.pathSeparator));
folderName =
fileName.substring(0, fileName.indexOf(Platform.pathSeparator));

final postCodeGenerationFutures = <Future>[
if (fix)
Expand Down

0 comments on commit 0348f9c

Please sign in to comment.