Skip to content

Commit d78f026

Browse files
ccojocarCosmin Cojocar
authored and
Cosmin Cojocar
committed
Format import to make codecov happy
Signed-off-by: Cosmin Cojocar <[email protected]>
1 parent 50e1fe2 commit d78f026

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

resolve.go

+1-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414

1515
package gosec
1616

17-
import (
18-
"go/ast"
19-
)
17+
import "go/ast"
2018

2119
func resolveIdent(n *ast.Ident, c *Context) bool {
2220
if n.Obj == nil || n.Obj.Kind != ast.Var {

0 commit comments

Comments
 (0)