From 6fc8f3e76a5f799c19978f4f4c80b40cebbf61d9 Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Sun, 5 Nov 2023 09:28:04 -0800 Subject: [PATCH] fix lint - trailing space --- uri.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uri.go b/uri.go index c663728f8c..3bab3532ff 100644 --- a/uri.go +++ b/uri.go @@ -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