Skip to content

Commit

Permalink
apply go fmt
Browse files Browse the repository at this point in the history
Signed-off-by: pavel.larkin <pavel.larkin@veeam.com>
  • Loading branch information
plar committed Feb 4, 2024
1 parent c7eedee commit af7fce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kopia/cli/internal/flag/flag.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func (f simpleFlag) Apply(safecli.CommandAppender) error {
}

// EmptyFlag creates a new flag that does nothing.
// It is useful for creating a no-op flag when a condition is not met
// It is useful for creating a no-op flag when a condition is not met
// but Applier interface is required.
func EmptyFlag() Applier {
return simpleFlag{}
Expand Down

0 comments on commit af7fce3

Please sign in to comment.