Skip to content

Commit 21c62c1

Browse files
committed
format documents
1 parent 61e64fd commit 21c62c1

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

packages/supabase_flutter/test/deep_link_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ void main() {
6969
expect(pkceHttpClient.lastRequestBody['auth_code'], 'my-code-verifier');
7070
});
7171
});
72-
}
72+
}

packages/supabase_flutter/test/initialization_test.dart

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ void main() {
3434
expect(Supabase.instance, isNotNull);
3535
expect(Supabase.instance.client, isNotNull);
3636
});
37-
3837
});
3938

4039
group('Custom storage initialization', () {
@@ -81,8 +80,6 @@ void main() {
8180
expect(Supabase.instance, isNotNull);
8281
expect(Supabase.instance.client, isNotNull);
8382
});
84-
85-
8683
});
8784

8885
group('Custom client initialization', () {
@@ -174,4 +171,4 @@ void main() {
174171
});
175172
});
176173
});
177-
}
174+
}

packages/supabase_flutter/test/storage_test.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,5 @@ void main() {
104104
expect(await asyncStorage.getItem(key: testKey), null);
105105
});
106106
});
107-
108107
});
109-
}
108+
}

0 commit comments

Comments
 (0)