Passed
Push — master ( 0b339a...fa7666 )
by Chris
02:39
created
lsx-sharing.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@  discard block
 block discarded – undo
14 14
 
15 15
 // If this file is called directly, abort.
16 16
 if ( ! defined('WPINC') ) {
17
-    die;
17
+     die;
18 18
 }
19 19
 
20 20
 define('LSX_SHARING_PATH', plugin_dir_path(__FILE__));
@@ -31,6 +31,6 @@  discard block
 block discarded – undo
31 31
  */
32 32
 function lsx_sharing() {
33 33
      $lsx_sharing = \lsx\sharing\Sharing::get_instance();
34
-    return $lsx_sharing;
34
+     return $lsx_sharing;
35 35
 }
36 36
 lsx_sharing();
Please login to merge, or discard this patch.