Skip to content

Commit fb1574f

Browse files
authored
fix: lint (#569)
1 parent 11640a6 commit fb1574f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/hypervisor/device/accelerator.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ type SnapshotContext struct {
225225
var (
226226
libHandle uintptr
227227
// DeviceInfo APIs
228-
accelInit func() Result
229-
accelShutdown func() Result
228+
accelInit func() Result
229+
accelShutdown func() Result
230230
getDeviceCount func(*uintptr) Result
231231
getAllDevices func(*ExtendedDeviceInfo, uintptr, *uintptr) Result
232232
getAllDevicesTopology func(*ExtendedDeviceTopology) Result

0 commit comments

Comments
 (0)