Skip to content

Commit 5359664

Browse files
committed
Add ;
1 parent ab95fb6 commit 5359664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ai/models/random/RandomModel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default class RandomModel extends Model {
1919
}
2020

2121
train() {
22-
this.randomize()
22+
this.randomize();
2323
}
2424

2525
randomize() {

0 commit comments

Comments
 (0)