mirror of
https://github.com/securego/gosec.git
synced 2025-07-05 00:29:02 +02:00
fix fmt errors
This commit is contained in:
@ -129,8 +129,8 @@ func (p *TestPackage) CreateContext(filename string) *gas.Context {
|
||||
func (p *TestPackage) Close() {
|
||||
if p.ondisk {
|
||||
err := os.RemoveAll(p.Path)
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user