Improved module import styling for all top-level src files

This commit is contained in:
danielyxie
2019-04-11 01:37:40 -07:00
committed by danielyxie
parent 3b6b37f8a6
commit 0d14cd6e7e
27 changed files with 751 additions and 629 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
import {Player} from "./Player";
import {Gang} from "./Gang";
import {makeRuntimeRejectMsg} from "./NetscriptEvaluator";
import { Player } from "./Player";
import { Gang } from "./Gang";
import { makeRuntimeRejectMsg } from "./NetscriptEvaluator";
export function unknownGangApiExceptionMessage(functionName, err) {
return `gang.${functionName}() failed with exception: ` + err;