Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit d7255ec

Browse files
Fix TSLint errors
Simple ones, missing white space in the functions stamps. Thanks!
1 parent 330fd0c commit d7255ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sdk/speech/RecognizerConfig.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export class RecognizerConfig {
3737
return this.language;
3838
}
3939

40-
public get Format(): SpeechResultFormat{
40+
public get Format(): SpeechResultFormat {
4141
return this.format;
4242
}
4343

@@ -77,7 +77,7 @@ export class SpeechConfig {
7777
});
7878
}
7979

80-
public get Context(): Context{
80+
public get Context(): Context {
8181
return this.context;
8282
}
8383

0 commit comments

Comments
 (0)