Skip to content

Commit

Permalink
Fix device mode
Browse files Browse the repository at this point in the history
  • Loading branch information
guptaNswati committed Feb 13, 2019
1 parent b70474f commit af66e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/go/nvml/nvml.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ var (
type ModeState uint

const (
Enabled ModeState = iota
Disabled
Disabled ModeState = iota
Enabled
)

func (m ModeState) String() string {
Expand Down

0 comments on commit af66e73

Please sign in to comment.