Fixed extra newline

This commit is contained in:
Jean Michel MacKay 2018-09-11 15:28:26 -04:00
parent 56b4f23ae2
commit 30848d9eb7

View File

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