From b378f1d5fedd2e1b911de6a2421c21f3a12f31cc Mon Sep 17 00:00:00 2001 From: Rain Date: Mon, 6 Nov 2023 19:31:06 -0800 Subject: [PATCH] cargo fmt Created using spr 1.3.5 --- wicket-common/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wicket-common/src/lib.rs b/wicket-common/src/lib.rs index c5e8b12897..9e92d20c0a 100644 --- a/wicket-common/src/lib.rs +++ b/wicket-common/src/lib.rs @@ -5,5 +5,5 @@ // Copyright 2023 Oxide Computer Company pub mod rack_setup; -pub mod update_events; pub mod rack_update; +pub mod update_events;