From 6aa0c350af604da2cf1306e7b744d9087c696d0d Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Thu, 23 Nov 2023 12:07:21 -0800 Subject: [PATCH] rustfmt --- source/calliope/src/tests/e2e.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/calliope/src/tests/e2e.rs b/source/calliope/src/tests/e2e.rs index c4b57f2..f15882a 100644 --- a/source/calliope/src/tests/e2e.rs +++ b/source/calliope/src/tests/e2e.rs @@ -420,4 +420,4 @@ async fn reset_closed() { ); fixture.finish_test().await; -} \ No newline at end of file +}