Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zrll12 committed Aug 26, 2024
1 parent 93b0aac commit 8f7f7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migration/src/m20240826_053333_add_previous_to_page.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ impl MigrationTrait for Migration {
.await
}

async fn down(&self, manager: &SchemaManager) -> Result<(), DbErr> {
async fn down(&self, _manager: &SchemaManager) -> Result<(), DbErr> {
Ok(())
}
}
Expand Down

0 comments on commit 8f7f7ec

Please sign in to comment.