mirror of
https://github.com/securego/gosec.git
synced 2024-12-25 12:05:52 +00:00
fix fmt errors
This commit is contained in:
parent
ff2b30ff5d
commit
7116c4d3a1
1 changed files with 3 additions and 3 deletions
|
@ -129,8 +129,8 @@ func (p *TestPackage) CreateContext(filename string) *gas.Context {
|
||||||
func (p *TestPackage) Close() {
|
func (p *TestPackage) Close() {
|
||||||
if p.ondisk {
|
if p.ondisk {
|
||||||
err := os.RemoveAll(p.Path)
|
err := os.RemoveAll(p.Path)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue