Skip to content

Commit

Permalink
Fix fmt warning
Browse files Browse the repository at this point in the history
  • Loading branch information
humphreylee authored Oct 24, 2024
1 parent 177863a commit 6a5ab3d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion charming/tests/dz_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,13 @@ mod tests {
];

Check warning on line 35 in charming/tests/dz_test.rs

View workflow job for this annotation

GitHub Actions / Linting and formatting

Diff in /home/runner/work/charming/charming/charming/tests/dz_test.rs
// Call the macro
let dz_out = dz!([44056, 13334], [81.8, 76.9], [23968973, 1376048943], ["Australia", "China"], [2015, 2015]);;
let dz_out = dz!(
[44056, 13334],
[81.8, 76.9],
[23968973, 1376048943],
["Australia", "China"],
[2015, 2015]
);

// Assert expected output
assert_eq!(dz_out, df_out);
Expand Down

0 comments on commit 6a5ab3d

Please sign in to comment.