Skip to content

Commit 1f79a48

Browse files
committed
trailing commas
1 parent f5fa122 commit 1f79a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pubspec_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ dependencies:
323323
expectPubspecException('version: 2.1', (pubspec) => pubspec.version,
324324
expectedContains:
325325
'"version" field must have three numeric components: major, minor, '
326-
'and patch. Instead of "2.1", consider "2.1.0"');
326+
'and patch. Instead of "2.1", consider "2.1.0"',);
327327
});
328328

329329
test('throws if version is malformed (looking like an int)', () {

0 commit comments

Comments
 (0)