Skip to content

Commit

Permalink
update crypto
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Sverdlov <[email protected]>
  • Loading branch information
sverdlov93 committed Aug 3, 2023
1 parent bd0face commit 12216fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func GetCommands(logger utils.Log) []*clitool.Command {
}
err = goModule.CalcDependencies()
if err != nil {

Check failure on line 57 in cli/cli.go

View workflow job for this annotation

GitHub Actions / Static-Check

SA9003: empty branch (staticcheck)

Check failure on line 57 in cli/cli.go

View workflow job for this annotation

GitHub Actions / Static-Check

SA9003: empty branch (staticcheck)
return
// return
}
return printBuild(bld, context.String(formatFlag))
},
Expand Down

0 comments on commit 12216fe

Please sign in to comment.