Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
(#183) Apply formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
zmeggyesi committed Dec 27, 2020
1 parent 072c338 commit c52fa1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ignore_info_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ void main() {
expect(ignoreInfo.ignoredAt('rule_id8', 8), isTrue);
expect(ignoreInfo.ignoredAt('rule_id9', 8), isTrue);
});

test('content with camelcase ignores', () {
final parseResult = parseString(
content: _contentWithCamelCaseIgnores,
Expand Down

0 comments on commit c52fa1c

Please sign in to comment.