Skip to content

Commit a98616a

Browse files
committed
format
1 parent e714665 commit a98616a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/test/package/api_export/api_exporter_test.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ void main() {
7373
],
7474
testProfile: _testProfile,
7575
(fakeTime) async {
76-
// Since we want to verify post-upload tasks triggering API exporter,
77-
// we cannot use an isolated instance, we need to use the same setup.
78-
// However, for better control and consistency, we can remove all the
79-
// existing files from the bucket at the start of this test:
76+
// Since we want to verify post-upload tasks triggering API exporter,
77+
// we cannot use an isolated instance, we need to use the same setup.
78+
// However, for better control and consistency, we can remove all the
79+
// existing files from the bucket at the start of this test:
8080
await apiExporter!.stop();
8181
final bucket =
8282
storageService.bucket(activeConfiguration.exportedApiBucketName!);

0 commit comments

Comments
 (0)