chore(updater): dart format (#85)

This commit is contained in:
Felix Angelov
2023-03-17 10:08:34 -05:00
committed by GitHub
parent 8a414e9936
commit eb3c52360c
+2 -2
View File
@@ -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 {