diff --git a/urn.go b/urn.go index d51a6c9..6415386 100644 --- a/urn.go +++ b/urn.go @@ -83,4 +83,4 @@ func (u *URN) UnmarshalJSON(bytes []byte) error { *u = *value } return nil -} \ No newline at end of file +} diff --git a/urn_test.go b/urn_test.go index 333a6d1..3542555 100644 --- a/urn_test.go +++ b/urn_test.go @@ -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") }) -} \ No newline at end of file +}