Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
MalinAhlberg committed Nov 12, 2024
1 parent be1b6cf commit 21d7a63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sda/internal/database/db_functions.go
Original file line number Diff line number Diff line change
Expand Up @@ -798,8 +798,8 @@ func (dbs *SDAdb) SetKeyHash(keyHash, fileID string) error {
return errors.New("something went wrong with the query, zero rows were changed")
}
log.Debugf("Successfully set key hash for file %v", fileID)
return nil

return nil
}

type C4ghKeyHash struct {
Expand Down

0 comments on commit 21d7a63

Please sign in to comment.