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 6a5ab3d commit b8f70bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charming/tests/dz_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ mod tests {

// Call the macro
let dz_out = dz!(
[44056, 13334],
[81.8, 76.9],
[23968973, 1376048943],
["Australia", "China"],
[44056, 13334],
[81.8, 76.9],
[23968973, 1376048943],
["Australia", "China"],
[2015, 2015]
);

Expand Down

0 comments on commit b8f70bb

Please sign in to comment.