Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ysawa0 committed Nov 10, 2023
1 parent 3b1f7b6 commit d0dbc46
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/python.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,23 +71,6 @@ struct Prettier {}
struct GHWorkflowCI {}

fn append_eof(mut s: String) -> String {
// let os = env::consts::OS;
// if os == "windows" {
// println!("windows append");
// s.push_str("\r\n");
// } else if os == "macos" {
// println!("macos append");
// s.push_str("\nblah");
// s.push_str("\r\n");

// // s.push('\n');
// } else if os == "linux" {
// println!("linux append");
// s.push('\n');
// } else {
// println!("else append");
// s.push('\n');
// }
s.push('\n');
s
}
Expand Down

0 comments on commit d0dbc46

Please sign in to comment.