Skip to content

Commit fffb486

Browse files
committed
Formatting
1 parent 0f19350 commit fffb486

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

orchestration/src/main/java/com/sap/ai/sdk/orchestration/TranslationConfig.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ public interface TranslationConfig {
2727
class Input implements TranslationConfig {
2828
String targetLanguage;
2929

30-
@With
31-
String sourceLanguage;
30+
@With String sourceLanguage;
3231

3332
Object ApplyTo; // Can be null
3433

0 commit comments

Comments
 (0)