Skip to content

Commit ad560f1

Browse files
committed
fmt
1 parent 8be80a2 commit ad560f1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

crates/client-api/src/routes/database.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1675,11 +1675,7 @@ mod tests {
16751675
Err(Unauthorized::InternalError(anyhow::anyhow!("unused")))
16761676
}
16771677

1678-
async fn authorize_sql(
1679-
&self,
1680-
_subject: Identity,
1681-
_database: Identity,
1682-
) -> Result<AuthCtx, Unauthorized> {
1678+
async fn authorize_sql(&self, _subject: Identity, _database: Identity) -> Result<AuthCtx, Unauthorized> {
16831679
Err(Unauthorized::InternalError(anyhow::anyhow!("unused")))
16841680
}
16851681
}

0 commit comments

Comments
 (0)