fixing lint error
This commit is contained in:
parent
0d4f3341c3
commit
176d30744e
|
|
@ -95,7 +95,7 @@ type OneapiGPUInfoList []OneapiGPUInfo
|
|||
|
||||
type VulkanGPUInfo struct {
|
||||
GpuInfo
|
||||
index int
|
||||
index int //nolint:unused,nolintlint
|
||||
}
|
||||
|
||||
type VulkanGPUInfoList []VulkanGPUInfo
|
||||
|
|
|
|||
Loading…
Reference in New Issue