Completed
Push — master ( 19c355...d500cb )
by Guillermo A.
02:33
created
src/DynamoDb/Operation/CreateTableOperation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
         } catch (DynamoDbException $ex) {
67 67
             throw new Exception($ex->getMessage());
68 68
         } catch (InvalidArgumentException $ex) {
69
-            throw new Exception('Bad key schema: ' . $ex->getMessage());
69
+            throw new Exception('Bad key schema: '.$ex->getMessage());
70 70
         }
71 71
     }
72 72
 
Please login to merge, or discard this patch.