summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/issue-3494/crlf.rs
blob: 9ce457c7b068e31d3e8defc4224d59ce7810c9e0 (plain)
1
2
3
4
5
6
7
8
// rustfmt-file_lines: [{"file":"tests/source/issue-3494/crlf.rs","range":[4,5]}]

pub fn main()
{
let world1 = "world"; println!("Hello, {}!", world1);
let world2 = "world"; println!("Hello, {}!", world2);
let world3 = "world"; println!("Hello, {}!", world3);
}