Skip to content

Commit

Permalink
Format import to make codecov happy
Browse files Browse the repository at this point in the history
Signed-off-by: Cosmin Cojocar <[email protected]>
  • Loading branch information
ccojocar authored and Cosmin Cojocar committed Oct 8, 2019
1 parent 50e1fe2 commit d78f026
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions resolve.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d78f026

Please sign in to comment.