Skip to content

Commit

Permalink
fix lint - trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
dweymouth authored Nov 5, 2023
1 parent dea4e62 commit 6fc8f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uri.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type URI interface {
fmt.Stringer

// Extension should return the file extension of the resource
// (including the dot) referenced by the URI. For example, the
// (including the dot) referenced by the URI. For example, the
// Extension() of 'file://foo/bar.baz' is '.baz'. May return an
// empty string if the referenced resource has none.
Extension() string
Expand Down

0 comments on commit 6fc8f3e

Please sign in to comment.