Test Setup Failed
Push — master ( fec420...86fb9b )
by Bob
06:30 queued 03:13
created
src/plugins/onMessage/price.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -129,11 +129,11 @@
 block discarded – undo
129 129
             if ($single) {
130 130
                 $typeID = $single["typeID"];
131 131
 
132
-                if (is_null($typeID)){
132
+                if (is_null($typeID)) {
133 133
                     $typeID = $single;
134 134
                 }
135 135
 
136
-                if ($systemName == "pc"){
136
+                if ($systemName == "pc") {
137 137
                     $solarSystemID = "global";
138 138
                 } else {
139 139
                     $solarSystemID = apiCharacterID(urlencode($systemName));
Please login to merge, or discard this patch.