mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-16 19:12:04 +00:00
fix(lint): Space infix operator (?)
This commit is contained in:
parent
ed443b490a
commit
72ea9426dd
1 changed files with 1 additions and 1 deletions
|
|
@ -39,6 +39,6 @@ export function toNextLevel (lvl) {
|
|||
{halfway} (optional) the point at which the graph starts bending
|
||||
*/
|
||||
|
||||
export function diminishingReturns (bonus, max, halfway = max/2) {
|
||||
export function diminishingReturns (bonus, max, halfway = max / 2) {
|
||||
return max * (bonus / (bonus + halfway));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue