Completed
Push — master ( ec8e53...eff04f )
by smiley
01:51
created
src/Output/QRMarkup.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -86,9 +86,9 @@
 block discarded – undo
86 86
 		$matrix = $this->matrix->matrix();
87 87
 
88 88
 		$svg = \sprintf($this->svgHeader, $this->options->cssClass, $this->options->svgViewBoxSize ?? $this->moduleCount)
89
-		       .$this->options->eol
90
-		       .'<defs>'.$this->options->svgDefs.'</defs>'
91
-		       .$this->options->eol;
89
+			   .$this->options->eol
90
+			   .'<defs>'.$this->options->svgDefs.'</defs>'
91
+			   .$this->options->eol;
92 92
 
93 93
 		foreach($this->moduleValues as $M_TYPE => $value){
94 94
 			$path = '';
Please login to merge, or discard this patch.