From 571535a479e1a4ec1dde72cb02989ee382ada7ce Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 26 Dec 2025 17:15:17 -0800 Subject: [PATCH] more simplification --- rust/pspp/src/spv/read/legacy_xml.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/rust/pspp/src/spv/read/legacy_xml.rs b/rust/pspp/src/spv/read/legacy_xml.rs index 07cbf8c864..e9e1d9c105 100644 --- a/rust/pspp/src/spv/read/legacy_xml.rs +++ b/rust/pspp/src/spv/read/legacy_xml.rs @@ -977,7 +977,6 @@ impl Visualization { if target .format .is_some_and(|(_sf, target_type)| target_type == Some(TargetType::Labeling)) - || target.labeling.is_some() { for value in data.values_mut() { Style::apply_to_value( -- 2.30.2