Skip to content

Commit a3d616b

Browse files
committed
Format comments correctly
1 parent 0ffe8e0 commit a3d616b

File tree

4 files changed

+8
-16
lines changed

4 files changed

+8
-16
lines changed

demos/supabase-anonymous-auth/lib/app_config_template.dart

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
/**
2-
* Copy this template: `cp lib/app_config_template.dart lib/app_config.dart`
3-
* Edit lib/app_config.dart and enter your Supabase and PowerSync project details.
4-
*/
1+
// Copy this template: `cp lib/app_config_template.dart lib/app_config.dart`
2+
// Edit lib/app_config.dart and enter your Supabase and PowerSync project details.
53
class AppConfig {
64
static const String supabaseUrl = 'https://foo.supabase.co';
75
static const String supabaseAnonKey = 'foo';

demos/supabase-edge-function-auth/lib/app_config_template.dart

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
/**
2-
* Copy this template: `cp lib/app_config_template.dart lib/app_config.dart`
3-
* Edit lib/app_config.dart and enter your Supabase and PowerSync project details.
4-
*/
1+
// Copy this template: `cp lib/app_config_template.dart lib/app_config.dart`
2+
// Edit lib/app_config.dart and enter your Supabase and PowerSync project details.
53
class AppConfig {
64
static const String supabaseUrl = 'https://foo.supabase.co';
75
static const String supabaseAnonKey = 'foo';

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
/**
2-
* Copy this template: `cp lib/app_config_template.dart lib/app_config.dart`
3-
* Edit lib/app_config.dart and enter your Supabase and PowerSync project details.
4-
*/
1+
// Copy this template: `cp lib/app_config_template.dart lib/app_config.dart`
2+
// Edit lib/app_config.dart and enter your Supabase and PowerSync project details.
53
class AppConfig {
64
static const String supabaseUrl = 'https://foo.supabase.co';
75
static const String supabaseAnonKey = 'foo';

demos/supabase-todolist/lib/app_config_template.dart

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
/**
2-
* Copy this template: `cp lib/app_config_template.dart lib/app_config.dart`
3-
* Edit lib/app_config.dart and enter your Supabase and PowerSync project details.
4-
*/
1+
// Copy this template: `cp lib/app_config_template.dart lib/app_config.dart`
2+
// Edit lib/app_config.dart and enter your Supabase and PowerSync project details.
53
class AppConfig {
64
static const String supabaseUrl = 'https://foo.supabase.co';
75
static const String supabaseAnonKey = 'foo';

0 commit comments

Comments
 (0)