mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 11:35:51 +00:00
Fix formatting
Change-Id: I49caeb75f1bd7ecdb9b4f99466d96ad81e2e95ac Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
This commit is contained in:
parent
c7003fc7e5
commit
e0414c4640
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue