Skip to content

Commit

Permalink
Update internal/tui/nomad/util.go
Browse files Browse the repository at this point in the history
  • Loading branch information
robinovitch61 authored Feb 11, 2024
1 parent c9dbf85 commit 9f7628d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/tui/nomad/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ const (
StopAndPurgeJobAction
)

func (a AdminAction) Sort() int {
return int(a)
}

// AdminActionToKey and KeyToAdminAction are used for admin menu serialization/deserialization
func AdminActionToKey(adminAction AdminAction) string {
switch adminAction {
Expand Down

0 comments on commit 9f7628d

Please sign in to comment.