Skip to content

Commit

Permalink
lint empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
MalinAhlberg committed Oct 21, 2024
1 parent 74a4529 commit 910a2db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sda/cmd/ingest/ingest.go
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ func main() {
err = db.SetKeyHash(keyhash, fileID)
if err != nil {
log.Errorf("Key hash %s could not be set for fileID %s: (%s)", keyhash, fileID, err.Error())

continue mainWorkLoop
}

Expand Down

0 comments on commit 910a2db

Please sign in to comment.