Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mike committed Oct 26, 2024
1 parent 9e5043f commit 06b8fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qr_parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ mod tests {
"#};

let qr_code_data = get_qr_code_data(&MY_CONST.to_string())?;
let qr_code_data = get_qr_code_data(&MY_CONST)?;

let expected = QRData::new(
"CH6431961000004421557".to_string(),
Expand Down

0 comments on commit 06b8fa6

Please # to comment.