alamb commented on issue #6179:
URL: https://github.com/apache/arrow-rs/issues/6179#issuecomment-2265540377

   Fascinatingly, I am seeing the same thing
   
   For example I deliberately introduced a formatting issue:
   
   ```
   andrewlamb@Andrews-MacBook-Pro-2:~/Software/arrow-rs$ git diff
   diff --git a/parquet/src/compression.rs b/parquet/src/compression.rs
   index 10560210e4e..119af7e156f 100644
   --- a/parquet/src/compression.rs
   +++ b/parquet/src/compression.rs
   @@ -15,6 +15,10 @@
    // specific language governing permissions and limitations
    // under the License.
   
   +
   +
   +
   +
    //! Contains codec interface and supported codec implementations.
    //!
    //! See [`Compression`](crate::basic::Compression) enum for all available 
compression
   ```
   
   And then when I ran fmt it didn't seem to fix it
   ```shell
   andrewlamb@Andrews-MacBook-Pro-2:~/Software/arrow-rs$ cargo fmt
   andrewlamb@Andrews-MacBook-Pro-2:~/Software/arrow-rs$ git diff
   diff --git a/parquet/src/compression.rs b/parquet/src/compression.rs
   index 10560210e4e..119af7e156f 100644
   --- a/parquet/src/compression.rs
   +++ b/parquet/src/compression.rs
   @@ -15,6 +15,10 @@
    // specific language governing permissions and limitations
    // under the License.
   
   +
   +
   +
   +
    //! Contains codec interface and supported codec implementations.
    //!
    //! See [`Compression`](crate::basic::Compression) enum for all available 
compression
   ```
   
   
   
   
   ```shell
   andrewlamb@Andrews-MacBook-Pro-2:~/Software/arrow-rs$ cargo --version
   cargo 1.80.0 (376290515 2024-07-16)
   andrewlamb@Andrews-MacBook-Pro-2:~/Software/arrow-rs$ rustfmt --version
   rustfmt 1.7.0-stable (05147895 2024-07-21)
   andrewlamb@Andrews-MacBook-Pro-2:~/Software/arrow-rs$
   ```


-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to