Skip to content

Commit 88fd7de

Browse files
committed
nit
1 parent 992903e commit 88fd7de

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

nexus/catalog/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ async fn run_migrations(client: &mut Client) -> anyhow::Result<()> {
7878
);
7979
}
8080
run_non_transactional_migrations(client).await?;
81+
Ok(())
8182
}
8283

8384
async fn run_non_transactional_migrations(client: &Client) -> anyhow::Result<()> {
@@ -90,6 +91,7 @@ async fn run_non_transactional_migrations(client: &Client) -> anyhow::Result<()>
9091
.await
9192
.with_context(|| format!("Failed to apply non-transactional migration: {stmt}"))?;
9293
}
94+
Ok(())
9395
}
9496

9597
#[derive(Debug, Clone)]

0 commit comments

Comments
 (0)