mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-29 18:27:33 +08:00
missing semicolon
This commit is contained in:
parent
c2c16c3111
commit
24e7c35a6f
1 changed files with 2 additions and 2 deletions
|
|
@ -8,5 +8,5 @@ module.exports = {
|
|||
return Math.sqrt(
|
||||
array.map((x) => Math.pow(x - mean, 2)).reduce((a, b) => a + b) / n
|
||||
);
|
||||
}
|
||||
}
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue