Skip to content

Commit

Permalink
removing unnecessary param
Browse files Browse the repository at this point in the history
  • Loading branch information
ericm-db committed Jan 5, 2024
1 parent 515a676 commit e093934
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ class StateStoreErrors {
new StateV2ImplicitKeyNotFound(stateName)
}

def encoderPrefixKey(
stateName: String): StateV2EncoderPrefixKey = {
def encoderPrefixKey(): StateV2EncoderPrefixKey = {
new StateV2EncoderPrefixKey()
}

Expand Down

0 comments on commit e093934

Please sign in to comment.