Fix indentation

This commit is contained in:
nickofolas 2022-01-10 14:15:32 -06:00
parent b731b9946e
commit 30f6d157d9

@ -11,4 +11,3 @@ export function favorToRep(f: number): number {
const raw = Math.log(r / 25000 + 1) / Math.log(1.02);
return Math.round(raw * 10000) / 10000; // round to make things easier.
}