// Enqueue the Marker Clusterer Script
                 wp_register_script(
-                        'glm-members-admin-google-maps-marker-clusterer',
-                        GLM_MEMBERS_PLUGIN_URL . 'js/googleMapsMarkerClusterer/markerclustererplus.js',
-                        array(
-                            'jquery'
-                        ),
-                        GLM_MEMBERS_PLUGIN_VERSION
-                        );
+                    'glm-members-admin-google-maps-marker-clusterer',
+                    GLM_MEMBERS_PLUGIN_URL . 'js/googleMapsMarkerClusterer/markerclustererplus.js',
+                    array(
+                        'jquery'
+                    ),
+                    GLM_MEMBERS_PLUGIN_VERSION
+                );
                 wp_enqueue_script('glm-members-admin-google-maps-marker-clusterer', false, array('jquery'), false, true);
 
             }