Skip to content

Commit 55211f7

Browse files
committed
refactor: Added end of file line breaks
1 parent c3a5163 commit 55211f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/IBM.WatsonDeveloperCloud.SpeechToText.v1/ISpeechToTextServiceExtension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ SpeechRecognitionResults Recognize(string contentType,
4040
bool? smartFormatting = null,
4141
bool? speakerLabels = null);
4242
}
43-
}
43+
}

src/IBM.WatsonDeveloperCloud.SpeechToText.v1/SpeechToTextServiceExtension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,4 @@ public SpeechRecognitionResults Recognize(string contentType, Stream audio, stri
136136
return result;
137137
}
138138
}
139-
}
139+
}

0 commit comments

Comments
 (0)