Passed
Push — master ( 2d2581...8542f6 )
by Nirjhar
01:50
created
lib/script.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,16 +2,16 @@
 block discarded – undo
2 2
 /**
3 3
  * Add scripts to the plugin. CSS and JS.
4 4
  */
5
-if ( ! defined( 'ABSPATH' ) ) exit;
5
+if ( ! defined('ABSPATH')) exit;
6 6
 
7
-if ( ! class_exists( 'CGSS_SCRIPT' ) ) {
7
+if ( ! class_exists('CGSS_SCRIPT')) {
8 8
 
9 9
 	final class CGSS_SCRIPT {
10 10
 
11 11
 
12 12
 		public function __construct() {
13 13
 
14
-			add_action( 'admin_head', array( $this, 'data_table_css' ) );
14
+			add_action('admin_head', array($this, 'data_table_css'));
15 15
 		}
16 16
 
17 17
 
Please login to merge, or discard this patch.