Commit 209fa4b1 authored by nanahira's avatar nanahira

fix

parent a627235c
Pipeline #3079 passed with stage
in 4 minutes and 33 seconds
......@@ -5,7 +5,7 @@ export class EloUtility {
} else if (num > 0) {
return `+ ${num}`;
} else {
return `- ${-num};`;
return `- ${-num}`;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment