Skip to content

Commit 79ac35a

Browse files
committed
fix: add a tab instead of newlines
closes #62
1 parent 01dac13 commit 79ac35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LogicStream/LogicStreamWrapper.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ private function loadContents(SplFileObject $file):void {
8888
$this->path,
8989
self::NAMESPACE_PREFIX
9090
);
91-
$this->contents .= "namespace $namespace;\n\n";
91+
$this->contents .= "namespace $namespace;\t";
9292
$foundNamespace = true;
9393
}
9494
}

0 commit comments

Comments
 (0)