Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed Dec 23, 2022
1 parent cab4d24 commit 77ac846
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/utils_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@ void main() {
expect(result.isError, isTrue);
expect(result.error, ConsoleMessages.invalidFontsConfig);

result = validateConfigs(baseConfig..['fonts'] = <String, dynamic>{}, fontsOnly: true);
result = validateConfigs(baseConfig..['fonts'] = <String, dynamic>{},
fontsOnly: true);
expect(result.isSuccess, isTrue);
});

Expand Down

0 comments on commit 77ac846

Please sign in to comment.