Passed
Push — master ( 8b6794...b54c42 )
by Paul
07:34
created
blackbar.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,11 +16,11 @@
 block discarded – undo
16 16
  * Domain Path: languages
17 17
  */
18 18
 
19
-defined( 'WPINC' ) || die;
19
+defined('WPINC') || die;
20 20
 
21 21
 require_once __DIR__.'/activate.php';
22 22
 require_once __DIR__.'/autoload.php';
23 23
 
24
-if( !GL_BlackBar_Activate::shouldDeactivate() ) {
24
+if (!GL_BlackBar_Activate::shouldDeactivate()) {
25 25
 	(new GeminiLabs\BlackBar\Application)->init();
26 26
 }
Please login to merge, or discard this patch.