Skip to content

Commit

Permalink
fix: removed duplicate fixLineEndings
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkrishnan02 committed Aug 24, 2024
1 parent c7af7c9 commit 5e9ec8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exp/golden/golden.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ func RequireEqualEscape(tb testing.TB, out []byte, escapes bool) {
tb.Fatal(err)
}

goldenBts = fixLineEndings(goldenBts)
goldenStr := string(goldenBts)
outStr := string(out)
if escapes {
Expand Down

0 comments on commit 5e9ec8b

Please sign in to comment.