Skip to content

Commit bdfbd77

Browse files
committed
style: Remove unnecessary comment
- Remove comment on adService provision as it's obvious from the code
1 parent fb743dd commit bdfbd77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bootstrap.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,6 @@ Future<Widget> bootstrap(
281281
kvStorageService: kvStorage,
282282
environment: environment,
283283
demoDataMigrationService: demoDataMigrationService,
284-
adService: adService, // Provide the AdService
284+
adService: adService,
285285
);
286286
}

0 commit comments

Comments
 (0)