From 9ac9f3a9524eb1dfad7438a76b223ca57a742952 Mon Sep 17 00:00:00 2001 From: Inforithmics Date: Sat, 4 Oct 2025 16:32:39 +0200 Subject: [PATCH] fixed formatting --- discover/gpu.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discover/gpu.go b/discover/gpu.go index 028014ac2..5b8d3fbe7 100644 --- a/discover/gpu.go +++ b/discover/gpu.go @@ -72,7 +72,7 @@ func devInfoToInfoList(devs []ml.DeviceInfo) GpuInfoList { } else { info.Compute = fmt.Sprintf("%d.%d", dev.ComputeMajor, dev.ComputeMinor) } - // TODO any special processing of Vulkan devices? + // TODO any special processing of Vulkan devices? resp = append(resp, info) } if len(resp) == 0 {