Skip to content

Commit b3f4833

Browse files
committed
fix: separate namespace declaration using tab
closes #63
1 parent 7c241ea commit b3f4833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LogicStream/LogicStreamWrapper.php

Lines changed: 1 addition & 1 deletion
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)