Completed
Push — master ( 97a528...895061 )
by smiley
01:53
created
src/Dialects/Postgres.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
 				throw new QueryException('postgres insert on conflict: no conflict target given');
70 70
 			}
71 71
 
72
-			$sql[] =  'ON CONFLICT ('.$this->quote($conflictTarget).') DO';
72
+			$sql[] = 'ON CONFLICT ('.$this->quote($conflictTarget).') DO';
73 73
 
74 74
 			switch($onConflict){
75 75
 				case 'IGNORE':
Please login to merge, or discard this patch.