Skip to content

Commit

Permalink
fix: add a tab instead of newlines
Browse files Browse the repository at this point in the history
closes #62
g105b committed Nov 26, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 01dac13 commit 79ac35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LogicStream/LogicStreamWrapper.php
Original file line number Diff line number Diff line change
@@ -88,7 +88,7 @@ private function loadContents(SplFileObject $file):void {
$this->path,
self::NAMESPACE_PREFIX
);
$this->contents .= "namespace $namespace;\n\n";
$this->contents .= "namespace $namespace;\t";
$foundNamespace = true;
}
}

0 comments on commit 79ac35a

Please sign in to comment.