Skip to content

Commit

Permalink
style: format dart files
Browse files Browse the repository at this point in the history
  • Loading branch information
Tienisto committed Sep 20, 2022
1 parent 27514dc commit 09140fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slang/lib/builder/generator/generate_translations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -572,8 +572,8 @@ void _addPluralizationCall({
// add plural parameter first
buffer.write('({required num ${node.paramName}');
if (node.rich) {
buffer.write(
', required InlineSpan Function(num) ${node.paramName}Builder');
buffer
.write(', required InlineSpan Function(num) ${node.paramName}Builder');
}
for (int i = 0; i < params.length; i++) {
buffer.write(', required ${paramTypeMap[params[i]] ?? 'Object'} ');
Expand Down

0 comments on commit 09140fe

Please sign in to comment.