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

Commit 6469c6a

Browse files
authored
Merge pull request #54 from peterblazejewicz/fix/linter
Fix TSLint errors
2 parents 330fd0c + d7255ec commit 6469c6a

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)