Skip to content

Commit 4f97863

Browse files
authored
fix dartfmt (#78)
1 parent 17ef8fa commit 4f97863

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

json_serializable/test/json_serializable_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ abstract class _$OrderSerializerMixin {
188188
});
189189
}
190190

191-
192-
test('class with fromJson() constructor with optional parameters', () async {
191+
test('class with fromJson() constructor with optional parameters',
192+
() async {
193193
var output = await runForElementNamed('FromJsonOptionalParameters');
194194

195195
expect(output, contains('new ChildWithFromJson.fromJson'));

0 commit comments

Comments
 (0)