Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Nov 28, 2023
1 parent 8719d31 commit 53180d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lhdiff_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,9 @@ func RemoveMultipleSpaceAndTrim(s string) string {

func ExampleLhdiff_withDataFromTestDataTypeScript() {
left, err := os.ReadFile("testdata/typescript-1800-loc/new")
printErr(err)
right, err := os.ReadFile("testdata/typescript-1800-loc/old")
printErr(err)

mappings, err := Lhdiff(string(left), string(right), 4, false)
printErr(err)
Expand Down

0 comments on commit 53180d7

Please sign in to comment.