diff options
| author | Brian Cully <bjc@spork.org> | 2025-08-31 15:26:10 -0400 |
|---|---|---|
| committer | Brian Cully <bjc@spork.org> | 2025-08-31 15:26:10 -0400 |
| commit | f41f180655f35e1e3da7948d736894fcc4345d51 (patch) | |
| tree | f43e4c428a0ae6480f929b2ddbcf9c4478f3a4f2 /tests | |
| parent | 35c98bd145d42147520c61e8d5cf4985077daf29 (diff) | |
| download | automathon-f41f180655f35e1e3da7948d736894fcc4345d51.tar.gz automathon-f41f180655f35e1e3da7948d736894fcc4345d51.zip | |
rustfmt
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/forth.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
