Skip to content

Commit

Permalink
Fix mem adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
N-o-Z committed Jan 29, 2025
1 parent 907ec84 commit 6067fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/block/mem/adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ func (a *Adapter) GetStorageNamespaceInfo(string) *block.StorageNamespaceInfo {
return &info
}

func (a *Adapter) ResolveNamespace(storageNamespace, key string, identifierType block.IdentifierType) (block.QualifiedKey, error) {
func (a *Adapter) ResolveNamespace(_, storageNamespace, key string, identifierType block.IdentifierType) (block.QualifiedKey, error) {
return block.DefaultResolveNamespace(storageNamespace, key, identifierType)
}

Expand Down

0 comments on commit 6067fbd

Please sign in to comment.