Skip to content

Commit 6fd06f8

Browse files
authored
Missed a dartfmt (#69)
1 parent 734af67 commit 6fd06f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json_serializable/test/json_serializable_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ void main() {
8484
_runForElementNamed('NoSerializeBadKey'),
8585
throwsInvalidGenerationSourceError(
8686
'Could not generate `toJson` code for '
87-
'`Map<int, DateTime> intDateTimeMap`.',
87+
'`Map<int, DateTime> intDateTimeMap`.',
8888
'Make sure all of the types are serializable.'));
8989
});
9090

0 commit comments

Comments
 (0)