remove redundant var initialization

This commit is contained in:
onyx-and-iris 2025-04-24 12:54:53 +01:00
parent 035b467a14
commit 107d1bca38

View File

@ -46,7 +46,6 @@ type context struct {
}
func main() {
var client *goobs.Client
cli := cli{}
ctx := kong.Parse(
&cli,