Skip to content

Commit 7d13988

Browse files
authored
Fix an omit-type lint that is breaking the tree (flutter#172776)
flutter#169445 was stale (not re-based), causing a tree failure. Let's just land this versus reverting.
1 parent aea660d commit 7d13988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter_tools/test/web.shard/chrome_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ void main() {
933933
);
934934

935935
testWithoutContext('respects custom user data directory flag', () async {
936-
const String customUserDataDir = '/custom/chrome/data/dir';
936+
const customUserDataDir = '/custom/chrome/data/dir';
937937
processManager.addCommand(
938938
const FakeCommand(
939939
command: <String>[

0 commit comments

Comments
 (0)