Passed
Push — master ( 27b767...45b34a )
by
unknown
01:34
created
src/template.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
3 3
  * Template used to override the loaded template file by WordPress when a route is handled
4 4
  */
5 5
 use CarbonFramework\Framework;
6
-$response = apply_filters( 'carbon_framework_response', null );
7
-if ( $response !== null ) {
8
-	Framework::respond( $response );
6
+$response = apply_filters('carbon_framework_response', null);
7
+if ($response !== null) {
8
+	Framework::respond($response);
9 9
 }
Please login to merge, or discard this patch.