Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
whywaita committed Oct 14, 2021
1 parent af2b56a commit 4b8c15f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/datastore/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ const (
RunnerTemporaryEphemeral
)

// StringFlag return flag
func (rtm RunnerTemporaryMode) StringFlag() string {
switch rtm {
case RunnerTemporaryOnce:
Expand Down

0 comments on commit 4b8c15f

Please sign in to comment.