nevi-me commented on a change in pull request #9408:
URL: https://github.com/apache/arrow/pull/9408#discussion_r570608173



##########
File path: rust/arrow-flight/src/arrow.flight.protocol.rs
##########
@@ -499,9 +499,8 @@ pub mod flight_service_server {
     #[async_trait]
     pub trait FlightService: Send + Sync + 'static {
         #[doc = "Server streaming response type for the Handshake method."]
-        type HandshakeStream: Stream<
-            Item = Result<super::HandshakeResponse, tonic::Status>,
-        > + Send
+        type HandshakeStream: Stream<Item = Result<super::HandshakeResponse, 
tonic::Status>>
+            + Send

Review comment:
       It's a bit of an irritant because there's a slight difference in the 
behaviour of the formatter in the stable vs nightly versions.
   We can leave it as is on this PR. I'll make time to look into a solution.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to