From 70a45f111fb73560960d46be8dbe407787b9c08f Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Wed, 17 Apr 2024 15:14:27 -0500 Subject: [PATCH] format --- .../lib/src/commands/patch/patch_android_command.dart | 1 - .../shorebird_cli/lib/src/commands/patch/patch_ios_command.dart | 1 - 2 files changed, 2 deletions(-) diff --git a/packages/shorebird_cli/lib/src/commands/patch/patch_android_command.dart b/packages/shorebird_cli/lib/src/commands/patch/patch_android_command.dart index 91bfa861e..15f6d5267 100644 --- a/packages/shorebird_cli/lib/src/commands/patch/patch_android_command.dart +++ b/packages/shorebird_cli/lib/src/commands/patch/patch_android_command.dart @@ -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', ); diff --git a/packages/shorebird_cli/lib/src/commands/patch/patch_ios_command.dart b/packages/shorebird_cli/lib/src/commands/patch/patch_ios_command.dart index eafe8ed2d..e92bdeb79 100644 --- a/packages/shorebird_cli/lib/src/commands/patch/patch_ios_command.dart +++ b/packages/shorebird_cli/lib/src/commands/patch/patch_ios_command.dart @@ -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', );