Fixed extra newline
This commit is contained in:
parent
56b4f23ae2
commit
30848d9eb7
@ -201,7 +201,6 @@ func downloadFeed(dataFeedName, fileName string) error {
|
||||
// Store it to a file at the same time if possible.
|
||||
f, err := os.Create(fileName)
|
||||
if err != nil {
|
||||
|
||||
log.WithError(err).WithField("Filename", fileName).Warning("could not store NVD data feed to filesystem")
|
||||
return commonerr.ErrFilesystem
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user