chore: gofumpt

Andrey Nering created

Change summary

internal/ui/dialog/commands.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

internal/ui/dialog/commands.go 🔗

@@ -71,7 +71,7 @@ type Commands struct {
 	customCommands []commands.CustomCommand
 	mcpPrompts     []commands.MCPPrompt
 
-	dockerMCPAvailable   *bool
+	dockerMCPAvailable     *bool
 	dockerMCPCheckInFlight bool
 }