From eccbbc8263aa709fbf7b90471d9840a1aba659a6 Mon Sep 17 00:00:00 2001 From: paran3xus Date: Thu, 7 Aug 2025 18:31:35 +0800 Subject: [PATCH] fix: cargo fmt --- crates/typst-shim/src/nightly/eval.rs | 2 +- crates/typst-shim/src/stable/eval.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/typst-shim/src/nightly/eval.rs b/crates/typst-shim/src/nightly/eval.rs index 70d60324f..37349504d 100644 --- a/crates/typst-shim/src/nightly/eval.rs +++ b/crates/typst-shim/src/nightly/eval.rs @@ -1,12 +1,12 @@ //! Typst Evaluation use comemo::Track; -use typst::World; use typst::diag::SourceResult; use typst::engine::{Engine, Route, Sink, Traced}; use typst::foundations::{Context, Func, Module, Value}; use typst::introspection::Introspector; use typst::syntax::Source; +use typst::World; pub use typst_eval::*; diff --git a/crates/typst-shim/src/stable/eval.rs b/crates/typst-shim/src/stable/eval.rs index 70d60324f..37349504d 100644 --- a/crates/typst-shim/src/stable/eval.rs +++ b/crates/typst-shim/src/stable/eval.rs @@ -1,12 +1,12 @@ //! Typst Evaluation use comemo::Track; -use typst::World; use typst::diag::SourceResult; use typst::engine::{Engine, Route, Sink, Traced}; use typst::foundations::{Context, Func, Module, Value}; use typst::introspection::Introspector; use typst::syntax::Source; +use typst::World; pub use typst_eval::*;