Skip to content

Commit 8adc72a

Browse files
committed
Removed extra spaces in SpeechInputSource.cs
1 parent 1abbfc7 commit 8adc72a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/HoloToolkit/Input/Scripts/Voice/SpeechInputSource.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ protected override void Start()
6262
{
6363
keywords[index] = Keywords[index].Keyword;
6464
}
65-
65+
6666
keywordRecognizer = new KeywordRecognizer(keywords, RecognitionConfidenceLevel);
6767
keywordRecognizer.OnPhraseRecognized += KeywordRecognizer_OnPhraseRecognized;
6868

0 commit comments

Comments
 (0)