Completed
Push — master ( fbf81a...ad9f08 )
by Daryl
01:37
created
component-google-maps.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -10,10 +10,10 @@  discard block
 block discarded – undo
10 10
 
11 11
     const INSTANCE_CLASS = 'Clubdeuce\WPLib\Components\GoogleMaps\Map';
12 12
 
13
-	/**
14
-	 * @var string
15
-	 */
16
-	protected static $_version = '0.1.6';
13
+    /**
14
+     * @var string
15
+     */
16
+    protected static $_version = '0.1.6';
17 17
 
18 18
     /**
19 19
      * @var string
@@ -204,7 +204,7 @@  discard block
 block discarded – undo
204 204
 
205 205
     static function version() {
206 206
 
207
-    	return self::$_version;
207
+        return self::$_version;
208 208
 
209 209
     }
210 210
 
Please login to merge, or discard this patch.