Skip to content

Commit

Permalink
removed duplicate fixLineEndings
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkrishnan02 committed Aug 23, 2024
1 parent c7af7c9 commit 24719cc
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 24719cc

Please sign in to comment.