From a5f63e593255c1d37f5054357257ccf57e4cf603 Mon Sep 17 00:00:00 2001 From: PSEUDOSTAGE <61438810+PSEUDOSTAGE@users.noreply.github.com> Date: Thu, 31 Mar 2022 15:38:35 -0400 Subject: [PATCH] fixed trailing spaces --- src/NetscriptFunctions/Formulas.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NetscriptFunctions/Formulas.ts b/src/NetscriptFunctions/Formulas.ts index 080d5d59b..c344aa0bb 100644 --- a/src/NetscriptFunctions/Formulas.ts +++ b/src/NetscriptFunctions/Formulas.ts @@ -37,8 +37,8 @@ import { calculateAscensionMult, calculateAscensionPointsGain, } from "../Gang/formulas/formulas"; -import { - favorToRep as calculateFavorToRep, +import { + favorToRep as calculateFavorToRep, repToFavor as calculateRepToFavor, } from "../Faction/formulas/favor";