Skip to content

Commit

Permalink
Merge pull request #56 from belav/gh-55-extralines
Browse files Browse the repository at this point in the history
GH-55 fixing bug that inserted extra new line after trailing multi-line comment
  • Loading branch information
belav committed Mar 29, 2021
2 parents b09c796 + 232f103 commit 69fad5e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1,184 deletions.
2 changes: 1 addition & 1 deletion Src/CSharpier.Tests/Samples.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void RunTest(string fileName)
);

File.WriteAllText(
file.Replace(".cst", ".Formatted.cst"),
file.Replace(".cst", ".actual.cst"),
result.Code,
Encoding.UTF8
);
Expand Down

0 comments on commit 69fad5e

Please sign in to comment.