Skip to content

Commit 6e4334d

Browse files
authored
Merge branch '313551801' into 313551801
2 parents 3d40321 + 030c966 commit 6e4334d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lab2/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ class Application {
3636
this.selected = [];
3737
}
3838

39-
4039
getRandomPerson() {
4140
const i = Math.floor(Math.random() * this.people.length);
4241
return this.people[i];

0 commit comments

Comments
 (0)