Completed
Push — master ( 89260f...5e1752 )
by Stephanie
70:47 queued 33:28
created
classes/controllers/FrmAddonsController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
 
65 65
 		$response = wp_remote_get( $url );
66 66
 		if ( is_array( $response ) && ! is_wp_error( $response ) ) {
67
-		    $addons = $response['body'];
67
+			$addons = $response['body'];
68 68
 		}
69 69
 
70 70
 		if ( ! empty( $addons ) ) {
Please login to merge, or discard this patch.