Completed
Push — develop ( 45db70...e2688f )
by Zack
15:29
created
includes/plugin-and-theme-hooks/class-gravityview-plugin-hooks-give.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
 	 * @return void
30 30
 	 */
31 31
 	protected function add_hooks() {
32
-		if( gravityview()->request->is_admin() ) {
32
+		if ( gravityview()->request->is_admin() ) {
33 33
 			add_filter( 'give_load_admin_styles', '__return_false' );
34 34
 		}
35 35
 	}
Please login to merge, or discard this patch.