Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
fmt

fix comment
  • Loading branch information
miampf committed Jul 25, 2024
1 parent 8ea5255 commit cd0a520
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 2 additions & 4 deletions cli/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@

package constants

var (
/// This value is injected at build time.
Version = "0.0.0-dev"
)
// Version value is injected at build time.
var Version = "0.0.0-dev"
4 changes: 1 addition & 3 deletions cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ func execute() error {
return cmd.ExecuteContext(ctx)
}

var (
genpolicyVersion = "0.0.0-dev"
)
var genpolicyVersion = "0.0.0-dev"

func buildVersionString() string {
var versionsBuilder strings.Builder
Expand Down

0 comments on commit cd0a520

Please sign in to comment.