Skip to content

Commit

Permalink
restore formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dkuku committed Nov 2, 2024
1 parent 47d4926 commit 2da8874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1682,14 +1682,14 @@ mod tests {
#[test]
fn it_recognizes_fmt_off() {
let input = indoc!(
"SELECT * FROM sometable
"SELECT * FROM sometable
WHERE
-- comment test here
-- fmt: off
first_key.second_key = 1
-- json:first_key.second_key = 1
-- fmt: on
AND
AND
-- fm1t: off
first_key.second_key = 1
-- json:first_key.second_key = 1
Expand Down

0 comments on commit 2da8874

Please sign in to comment.