Completed
Push — master ( 1eadc9...2741a1 )
by Maxence
14s queued 11s
created
lib/Command/CirclesTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
 	 */
93 93
 	protected function execute(InputInterface $input, OutputInterface $output): int {
94 94
 		$instances = $this->globalScaleService->getInstances(true);
95
-		$output->writeln('<info>Instances: </info>' . json_encode($instances));
95
+		$output->writeln('<info>Instances: </info>'.json_encode($instances));
96 96
 
97 97
 		return 0;
98 98
 	}
Please login to merge, or discard this patch.