Completed
Push — master ( 8f4d90...0c490c )
by Nicolas
03:54
created
client_example/ClientCommander.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@
 block discarded – undo
134 134
     $CpeClientSdk = new SA\CpeClientSdk($key, $secret, $region, $debug);
135 135
 } catch (Exception $e) {
136 136
     exit($e->getMessage());
137
-  }
137
+    }
138 138
 
139 139
 // Commands mapping
140 140
 $commandMap = [
Please login to merge, or discard this patch.
client_example/ClientPoller.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@
 block discarded – undo
134 134
     $CpeClientSdk = new SA\CpeClientSdk($key, $secret, $region, $debug);
135 135
 } catch (Exception $e) {
136 136
     exit($e->getMessage());
137
-  }
137
+    }
138 138
 
139 139
 // Commands mapping
140 140
 $commandMap = [
Please login to merge, or discard this patch.