Completed
Push — master ( b3dcaf...dca578 )
by Tomáš
08:27 queued 06:04
created
src/TournamentGenerator/Export/ExportBase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
 	 *
43 43
 	 */
44 44
 	public function getJson() : string {
45
-		return json_encode($this->get(), JSON_THROW_ON_ERROR | JSON_UNESCAPED_SLASHES);
45
+		return json_encode($this->get(), JSON_THROW_ON_ERROR|JSON_UNESCAPED_SLASHES);
46 46
 	}
47 47
 
48 48
 	/**
Please login to merge, or discard this patch.