From eb3c52360c092f660dfbfb4603eb2613b1a43ef2 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Fri, 17 Mar 2023 10:08:34 -0500 Subject: [PATCH] chore(updater): dart format (#85) --- updater/dart_bindings/lib/updater.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/updater/dart_bindings/lib/updater.dart b/updater/dart_bindings/lib/updater.dart index 7ddb0b07..ad3682d0 100644 --- a/updater/dart_bindings/lib/updater.dart +++ b/updater/dart_bindings/lib/updater.dart @@ -49,7 +49,7 @@ class Updater { // This is only used when called from a Dart command line. // Shorebird will have initialized the library already for you when // inside a Flutter app. - static void initUpdaterLibrary({ + static void initUpdaterLibrary({ required String appId, required String version, required String channel, @@ -64,7 +64,7 @@ class Updater { channel: channel, updateUrl: updateUrl, libappPath: baseLibraryPath, - libflutterPath: vmPath, + libflutterPath: vmPath, cacheDir: cacheDir, ); try {