From 9108c9f2663910c9d953a40b1dea0740921ff99c Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 22 Mar 2025 11:30:32 -0700 Subject: [PATCH] trivia --- rust/pspp/src/format/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/pspp/src/format/mod.rs b/rust/pspp/src/format/mod.rs index 342891a658..9a2375bd93 100644 --- a/rust/pspp/src/format/mod.rs +++ b/rust/pspp/src/format/mod.rs @@ -1972,7 +1972,7 @@ mod test { use crate::{ dictionary::Value, - format::{AbstractFormat, Format, NumberStyle, Settings, UncheckedFormat, CC}, + format::{AbstractFormat, Format, Settings, UncheckedFormat, CC}, lex::{ scan::StringScanner, segment::Syntax, -- 2.30.2