Skip to content

Commit

Permalink
Spacing fixes.
Browse files Browse the repository at this point in the history
Spacing fixes.
  • Loading branch information
rlhagerm committed Sep 21, 2022
1 parent c700eca commit a86efef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnetv3/Translate/BatchTranslateExample/BatchTranslate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public static async Task Main()
InputDataConfig = inputConfig,
OutputDataConfig = outputConfig,
SourceLanguageCode = "en",
TargetLanguageCodes = new List<string>{"fr"}
TargetLanguageCodes = new List<string> { "fr" },
};

var response = await StartTextTranslationAsync(client, request);
Expand Down

0 comments on commit a86efef

Please sign in to comment.