Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
avantgardnerio committed Jul 28, 2022
1 parent ba9520b commit 32a6aed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arrow-flight/src/sql/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ pub trait FlightSqlService:
Response<Pin<Box<dyn Stream<Item = Result<HandshakeResponse, Status>> + Send>>>,
Status,
> {
Err(Status::unimplemented("Handshake has no default implementation"))
Err(Status::unimplemented(
"Handshake has no default implementation",
))
}

/// Get a FlightInfo for executing a SQL query.
Expand Down

0 comments on commit 32a6aed

Please sign in to comment.