Passed
Push — master ( fb92a7...27b2a5 )
by John
05:20
created
app/Babel/Extension/noj/JudgeClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
     }
65 65
     public function getLanguageConfigByLanguage($language, $spj=false)
66 66
     {
67
-        return $this->getLanguageConfigByKey($language.($spj?'_lang_spj_config':'_lang_config'));
67
+        return $this->getLanguageConfigByKey($language.($spj ? '_lang_spj_config' : '_lang_config'));
68 68
     }
69 69
     public function getLanguageConfigByKey($key)
70 70
     {
Please login to merge, or discard this patch.