Completed
Push — master ( 1a98c9...adaa0d )
by Marcel
02:11
created
src/EOL.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
      */
88 88
     public function apply($input)
89 89
     {
90
-        return (string) Multiline::create($input)->setEol($this);
90
+        return (string)Multiline::create($input)->setEol($this);
91 91
     }
92 92
 
93 93
     /**
Please login to merge, or discard this patch.