= Benchmark subsystem formatting update

This commit is contained in:
Matthew Cech
2019-06-19 20:03:16 -07:00
parent 2a2b46a507
commit 51e40610a2
61 changed files with 172 additions and 172 deletions
+2 -2
View File
@@ -60,7 +60,7 @@ public class CommandMap extends Command
}
catch(NumberFormatException e)
{
res.Call(LocStrings.stub("MapInvalid"));
res.call(LocStrings.stub("MapInvalid"));
return;
}
@@ -87,7 +87,7 @@ public class CommandMap extends Command
body += "\n```";
// Send back the map
res.Call(header + body);
res.call(header + body);
}
// Verifies and appropriately caps input as necessary