From b8f70bb03d9419f85152f52070ca72ce05978fe1 Mon Sep 17 00:00:00 2001 From: humphreylee <66808535+humphreylee@users.noreply.github.com> Date: Thu, 24 Oct 2024 13:29:29 +0800 Subject: [PATCH] Fix fmt warning --- charming/tests/dz_test.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charming/tests/dz_test.rs b/charming/tests/dz_test.rs index f3bae32..493da3a 100644 --- a/charming/tests/dz_test.rs +++ b/charming/tests/dz_test.rs @@ -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] );