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

Commit e18dbeb

Browse files
committed
chore: add trailing comma
1 parent 2e49aed commit e18dbeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/analyzers/lint_analyzer/rules/rules_list/avoid_missing_enum_constant_in_map/avoid_missing_enum_constant_in_map_rule_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ void main() {
4040
' }',
4141
'_title = <CountyCode, String>{\n'
4242
" CountyCode.russia: 'Россия',\n"
43-
' }'
43+
' }',
4444
],
4545
messages: [
4646
'Missing map entry for kazachstan',

0 commit comments

Comments
 (0)