Skip to content

Commit

Permalink
fix: unused fn param in migrator
Browse files Browse the repository at this point in the history
  • Loading branch information
aatifsyed committed Jun 21, 2023
1 parent 2ededb7 commit f0099fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state_migration/common/migrators.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ impl<BS: Blockstore + Clone + Send + Sync> ActorMigration<BS> for DeferredMigrat
fn migrate_state(
&self,
_store: BS,
input: ActorMigrationInput,
_input: ActorMigrationInput,
) -> anyhow::Result<Option<ActorMigrationOutput>> {
Ok(None)
}
Expand Down

0 comments on commit f0099fe

Please sign in to comment.