Skip to content

Commit 012a145

Browse files
committed
fix: linting error
1 parent b929c19 commit 012a145

File tree

1 file changed

+2
-2
lines changed
  • examples/vector_extension/src

1 file changed

+2
-2
lines changed

examples/vector_extension/src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ async fn create_table(pool: &PgPool) -> Result<()> {
9191
embedding vector(3) NOT NULL
9292
)
9393
"})
94-
.execute(pool)
95-
.await?;
94+
.execute(pool)
95+
.await?;
9696
Ok(())
9797
}
9898

0 commit comments

Comments
 (0)