From 3cdeb7cdff065f44aacb2750a46ea8f11179ec36 Mon Sep 17 00:00:00 2001 From: Aashay Mittal Date: Thu, 2 May 2024 12:50:32 -0700 Subject: [PATCH] lint fix II --- name.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/name.go b/name.go index 91ab6ef..b0d971a 100644 --- a/name.go +++ b/name.go @@ -146,4 +146,4 @@ func (n *name) short() string { // This uses the short method underneath but is visible outside the package. func (n *name) ShortName() string { return n.short() -} \ No newline at end of file +}