Skip to content

Commit

Permalink
Merge pull request #334 from danielnorberg/spanner-fix-lint
Browse files Browse the repository at this point in the history
spanner: fix lint error
  • Loading branch information
yoshidan authored Dec 27, 2024
2 parents 520771b + b59d9a2 commit 55e6afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spanner/src/apiv1/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ mod tests {
)
.await
.unwrap();
cm.conn().with_metadata(client_metadata(&DATABASE))
cm.conn().with_metadata(client_metadata(DATABASE))
}

async fn create_session(client: &mut Client) -> Session {
Expand Down

0 comments on commit 55e6afa

Please sign in to comment.