We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7f189e commit fd69465Copy full SHA for fd69465
tool/fix_copyright/lib/src/fix_copyright.dart
@@ -231,8 +231,8 @@ ${isParagraph ? '' : prefix}found in the LICENSE file.$suffix''';
231
}
232
233
return <String, CopyrightInfo>{
234
- 'dart': generateInfo(prefix: '// '),
235
'cmake': generateInfo(prefix: '# '),
+ 'dart': generateInfo(prefix: '// '),
236
'java': generateInfo(prefix: '// '),
237
'h': generateInfo(prefix: '// '),
238
'm': generateInfo(prefix: '// '),
0 commit comments