Skip to content

Commit 3be82c6

Browse files
committed
Run melos format
1 parent 0eb5376 commit 3be82c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demos/supabase-simple-chat/lib/app_config_template.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ class AppConfig {
55
static const String supabaseAnonKey = 'foo';
66
static const String powersyncUrl = 'https://foo.powersync.journeyapps.com';
77
}
8-

demos/supabase-todolist/lib/app_config_template.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ class AppConfig {
44
static const String supabaseUrl = 'https://foo.supabase.co';
55
static const String supabaseAnonKey = 'foo';
66
static const String powersyncUrl = 'https://foo.powersync.journeyapps.com';
7-
static const String supabaseStorageBucket = ''; // Optional. Only required when syncing attachments and using Supabase Storage. See packages/powersync_attachments_helper.
7+
static const String supabaseStorageBucket =
8+
''; // Optional. Only required when syncing attachments and using Supabase Storage. See packages/powersync_attachments_helper.
89
}

0 commit comments

Comments
 (0)