Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Apr 17, 2024
1 parent db39cbf commit 70a45f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ If this option is not provided, the version number will be determined from the p
logger.detail('No release version provided. Determining from bundle.');
final flutterVersionString =
await shorebirdFlutter.getVersionAndRevision();

final buildProgress = logger.progress(
'Building patch with Flutter $flutterVersionString',
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,6 @@ ${summary.join('\n')}
}) async {
final shouldCodesign = results['codesign'] == true;
final flutterVersionString = await shorebirdFlutter.getVersionAndRevision();

final buildProgress = logger.progress(
'Building patch with Flutter $flutterVersionString',
);
Expand Down

0 comments on commit 70a45f1

Please sign in to comment.