Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Nov 21, 2024
1 parent 363d316 commit 95eacf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ mod high;
fn main() {
let x = 1;
let y = 2;
if x != y { x < y; }
println!("Hello World");
println!("Hello World {} {}", x, y);
}
3 changes: 1 addition & 2 deletions qlty-cli/tests/cmd/check/target.in/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ mod high;
fn main() {
let x = 1;
let y = 2;
if x != y { x < y; }
println!("Hello World");
println!("Hello World {} {}", x, y);
}

0 comments on commit 95eacf7

Please sign in to comment.