Skip to content

Commit 2cd987c

Browse files
committed
fix fmt
Signed-off-by: Gyuho Lee <gyuhol@nvidia.com>
1 parent f91b28b commit 2cd987c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/session/gossip_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func (m *mockNvmlInstance) FabricStateSupported() bool { return false }
3030
func (m *mockNvmlInstance) GetMemoryErrorManagementCapabilities() nvidiaproduct.MemoryErrorManagementCapabilities {
3131
return nvidiaproduct.MemoryErrorManagementCapabilities{}
3232
}
33-
func (m *mockNvmlInstance) Shutdown() error { return nil }
33+
func (m *mockNvmlInstance) Shutdown() error { return nil }
3434
func (m *mockNvmlInstance) InitError() error { return nil }
3535

3636
// Tests for processGossip

0 commit comments

Comments
 (0)