Skip to content

Commit

Permalink
lint fix II
Browse files Browse the repository at this point in the history
  • Loading branch information
Aashay Mittal committed May 2, 2024
1 parent 36b6d31 commit 3cdeb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion name.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
}

0 comments on commit 3cdeb7c

Please sign in to comment.