Skip to content

Commit

Permalink
Update main.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Kachalov committed Nov 18, 2020
2 parents b503931 + ef59a7a commit 102ad68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ Future<void> _translateGoogleTest(
/// [langStringMap] is a map of a language to <key, string>
/// [toTranslateMap] is a map of <targetLang, sourceLang> to List<key>> - strings to translate
///
void _batchTranslate(
Future<void> _batchTranslate(
Map<String, Map<String, String>> langStringMap,
Map<Tuple2<String, String>, List<String>> toTranslateMap,
Map<String, String> options) async {
Expand Down

0 comments on commit 102ad68

Please sign in to comment.