Skip to content

Commit 00f9eaa

Browse files
authored
fix(templates): remove trailing \n
1 parent 0cd6081 commit 00f9eaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/templates/actions/sectionAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,6 @@ public function run()
165165
}
166166

167167
public function end(): string {
168-
return '\n</div></section><!-- end of section -->';
168+
return '</div></section><!-- end of section -->';
169169
}
170170
}

0 commit comments

Comments
 (0)