Skip to content

Commit

Permalink
chore: add newline at the end of files
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Di Donato <[email protected]>
  • Loading branch information
leodido committed Jan 25, 2024
1 parent 261d5de commit 275487a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion urn.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ func (u *URN) UnmarshalJSON(bytes []byte) error {
*u = *value
}
return nil
}
}
2 changes: 1 addition & 1 deletion urn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ func TestJSONMarshaling(t *testing.T) {
err := json.Unmarshal([]byte(`"not a URN"`), &actual)
assert.EqualError(t, err, "invalid URN: not a URN")
})
}
}

0 comments on commit 275487a

Please sign in to comment.