Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Change-Id: I49caeb75f1bd7ecdb9b4f99466d96ad81e2e95ac
Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
  • Loading branch information
ccojocar committed Aug 30, 2024
1 parent c7003fc commit e0414c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion analyzers/hardcodedNonce.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ func runHardCodedNonce(pass *analysis.Pass) (interface{}, error) {
}

func raiseIssue(val ssa.Value, funcsToTrack map[string][]int, ssaFuncs []*ssa.Function,
pass *analysis.Pass, issueDescription string) ([]*issue.Issue, error) {
pass *analysis.Pass, issueDescription string,
) ([]*issue.Issue, error) {
var err error
var gosecIssue []*issue.Issue

Expand Down

0 comments on commit e0414c4

Please # to comment.