Skip to content

Commit af74345

Browse files
committed
fmt
1 parent 012c9c9 commit af74345

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/cliutil/levenshtein/levenshtein.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ func Distance(a, b string, maxDist int) (int, error) {
8484

8585
return int(d[m][n]), nil
8686
}
87+
8788
func min[T constraints.Ordered](ts ...T) T {
8889
if len(ts) == 0 {
8990
panic("min: no arguments")

0 commit comments

Comments
 (0)