From f41f180655f35e1e3da7948d736894fcc4345d51 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Sun, 31 Aug 2025 15:26:10 -0400 Subject: rustfmt --- tests/forth.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/forth.rs') diff --git a/tests/forth.rs b/tests/forth.rs index d9cbed4..2538419 100644 --- a/tests/forth.rs +++ b/tests/forth.rs @@ -1,6 +1,6 @@ use automathon::forth::{ compiler::Compiler, - vm::{WordList, VM}, + vm::{VM, WordList}, }; fn compiler_for(text: &str) -> Compiler { -- cgit v1.3