Skip to content

Commit

Permalink
nit: remove empty init() function (#2566)
Browse files Browse the repository at this point in the history
  • Loading branch information
julio-lopez committed Dec 20, 2023
1 parent f3e91ee commit a3656cd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/kanctl/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ import (

const characters = "abcdefghijklmnopqrstuvwxyz0123456789"

func init() {

}

func randString(length int) string {
bytes := make([]byte, length)
for i := 0; i < length; i++ {
Expand Down

0 comments on commit a3656cd

Please sign in to comment.