gofumpt fix

This commit is contained in:
Inforithmics
2025-09-26 22:15:58 +02:00
parent 82f0c7e6a5
commit a7ddd0e2ae

View File

@@ -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{