Skip to content

Commit 1006e03

Browse files
committed
Fix code
1 parent e77e41b commit 1006e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dartdoc_integration_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ void main() {
250250
RegExpMatch m = footerRegex.firstMatch(outFile.readAsStringSync());
251251
RegExp version = RegExp(r'(\d+\.)?(\d+\.)?(\*|\d+)');
252252
expect(version.hasMatch(m.group(0)), false);
253-
};
253+
});
254254

255255
}, timeout: Timeout.factor(4));
256256
}

0 commit comments

Comments
 (0)