Skip to content

Commit

Permalink
fix trailing space in comment on main file (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
glharper committed Nov 7, 2023
1 parent ddd6e0b commit f5cb400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microsoft.cognitiveservices.speech.sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Licensed under the MIT license.
import { AgentConfig } from "./src/common.speech/Exports.js";

// Note: this instantiation ensures the above import isn't
// Note: this instantiation ensures the above import isn't
// removed on compile. The import being absent causes an error on running
void new AgentConfig();

Expand Down

0 comments on commit f5cb400

Please sign in to comment.