Format import to make codecov happy

Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch>
This commit is contained in:
Cosmin Cojocar 2019-10-04 13:49:19 +02:00 committed by Cosmin Cojocar
parent 50e1fe267d
commit d78f02634a

View file

@ -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 {