Skip to content

Commit d0dbc46

Browse files
committed
clean
1 parent 3b1f7b6 commit d0dbc46

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

src/python.rs

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -71,23 +71,6 @@ struct Prettier {}
7171
struct GHWorkflowCI {}
7272

7373
fn append_eof(mut s: String) -> String {
74-
// let os = env::consts::OS;
75-
// if os == "windows" {
76-
// println!("windows append");
77-
// s.push_str("\r\n");
78-
// } else if os == "macos" {
79-
// println!("macos append");
80-
// s.push_str("\nblah");
81-
// s.push_str("\r\n");
82-
83-
// // s.push('\n');
84-
// } else if os == "linux" {
85-
// println!("linux append");
86-
// s.push('\n');
87-
// } else {
88-
// println!("else append");
89-
// s.push('\n');
90-
// }
9174
s.push('\n');
9275
s
9376
}

0 commit comments

Comments
 (0)