mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 11:35:51 +00:00
Format import to make codecov happy
Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch>
This commit is contained in:
parent
50e1fe267d
commit
d78f02634a
1 changed files with 1 additions and 3 deletions
|
@ -14,9 +14,7 @@
|
|||
|
||||
package gosec
|
||||
|
||||
import (
|
||||
"go/ast"
|
||||
)
|
||||
import "go/ast"
|
||||
|
||||
func resolveIdent(n *ast.Ident, c *Context) bool {
|
||||
if n.Obj == nil || n.Obj.Kind != ast.Var {
|
||||
|
|
Loading…
Reference in a new issue