rust-lang / log

Logging implementation for Rust
https://docs.rs/log
Apache License 2.0
2.18k stars 252 forks source link

Normalize line ending #602

Closed EFanZh closed 10 months ago

EFanZh commented 10 months ago

Somehow I created this file with CRLF line ending, which causes the diff difficult to see, this PR normalizes the line ending to LF.

Thomasdezeeuw commented 10 months ago

Thanks @EFanZh