Skip to content

Commit 5687b9c

Browse files
committed
Slight spacing correction.
1 parent 15894f4 commit 5687b9c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Libraries/robin-agent/robin.mjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ const scorerFile = "./huge-vocabulary.scorer"
2525

2626
const vadTimeOut = 300;
2727
const vadAggressiveness = vad.Mode.VERY_AGGRESSIVE
28-
29-
3028
const vadInstance = new vad(vadAggressiveness);
3129

3230

@@ -95,4 +93,4 @@ class Agent {
9593
};
9694
};
9795

98-
export { Agent };
96+
export { Agent };

0 commit comments

Comments
 (0)