From f774890cc5595d72a6ea5834c2bf2691cc1d8912 Mon Sep 17 00:00:00 2001 From: Abiola Ibrahim Date: Sat, 23 Nov 2024 07:41:55 +0100 Subject: [PATCH] chore: fix syntax error --- app/app.go | 1 - 1 file changed, 1 deletion(-) diff --git a/app/app.go b/app/app.go index 57f59216..499614f2 100644 --- a/app/app.go +++ b/app/app.go @@ -317,7 +317,6 @@ func (c colimaApp) getStatus() (status statusInfo, err error) { return status, err } - var status statusInfo status.DisplayName = config.CurrentProfile().DisplayName status.Driver = "QEMU" conf, _ := configmanager.LoadInstance()