From a7ddd0e2aebb7744eb2ea64d9cc0aef4949acae2 Mon Sep 17 00:00:00 2001 From: Inforithmics Date: Fri, 26 Sep 2025 22:15:58 +0200 Subject: [PATCH] gofumpt fix --- discover/gpu.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discover/gpu.go b/discover/gpu.go index aba6dae0a..9cdd48de0 100644 --- a/discover/gpu.go +++ b/discover/gpu.go @@ -486,7 +486,7 @@ func GetGPUInfo() GpuInfoList { gpuInfo.DriverMinor = int(memInfo.minor) // TODO potentially sort on our own algorithm instead of what the underlying GPU library does... - var backend = gpuInfoExistsInOtherBackends(gpuInfo) + backend := gpuInfoExistsInOtherBackends(gpuInfo) if backend != "" { unsupportedGPUs = append(unsupportedGPUs, UnsupportedGPUInfo{