Skip to content

Commit 2bc4ed7

Browse files
authored
𝑻𝒆𝒂𝒎 𝑵𝒔𝒌
1 parent 1dfddd4 commit 2bc4ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ let s = isNaN(ms) ? '--' : Math.floor(ms / 1000) % 60
8787
return [h, m, s].map(v => v.toString().padStart(2, 0)).join(':')}
8888

8989
function pickRandom(list) {
90-
return list[Math.floor(Math.random() * list.length)]}
90+
return list[Math.floor(Math.random() * list.length)]}

0 commit comments

Comments
 (0)