aboutsummaryrefslogtreecommitdiff
path: root/src/layout
diff options
context:
space:
mode:
Diffstat (limited to 'src/layout')
-rw-r--r--src/layout/tests.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/layout/tests.rs b/src/layout/tests.rs
index ab2f1f66..04381079 100644
--- a/src/layout/tests.rs
+++ b/src/layout/tests.rs
@@ -1,8 +1,8 @@
use std::cell::{Cell, OnceCell, RefCell};
+use niri_config::workspace::WorkspaceName;
use niri_config::{
- FloatOrInt, OutputName, TabIndicatorLength, TabIndicatorPosition, WorkspaceName,
- WorkspaceReference,
+ FloatOrInt, OutputName, TabIndicatorLength, TabIndicatorPosition, WorkspaceReference,
};
use proptest::prelude::*;
use proptest_derive::Arbitrary;