Skip to content

Commit 5e5e2bb

Browse files
committed
final
1 parent 0f1d386 commit 5e5e2bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dwds/test/fixtures/context.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ class TestContext {
434434
'${identityHashCode(_chromeDriver)}',
435435
);
436436
log('Also notice Platform.environment:');
437-
for (var entry in Platform.environment.entries) {
437+
for (final entry in Platform.environment.entries) {
438438
log(' ${entry.key}: ${entry.value}');
439439
}
440440
_webDriver = await createDriver(

0 commit comments

Comments
 (0)