Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 committed Nov 22, 2023
1 parent 37c9f40 commit e9d564f
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ public static class Word {
* unknown speakers.
*/
public Word(
String word,
float confidence,
float startSec,
float endSec,
int speakerTag
String word,
float confidence,
float startSec,
float endSec,
int speakerTag
) {
this.word = word;
this.confidence = confidence;
Expand Down

0 comments on commit e9d564f

Please sign in to comment.