Jonathan Kelley 9 месяцев назад
Родитель
Сommit
459bf51173
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      packages/isrg/src/config.rs

+ 1 - 2
packages/isrg/src/config.rs

@@ -3,15 +3,14 @@
 #[cfg(not(target_arch = "wasm32"))]
 use crate::fs_cache::PathMapFn;
 
-use crate::IncrementalRenderer;
 use crate::memory_cache::InMemoryCache;
+use crate::IncrementalRenderer;
 
 use std::{
     path::{Path, PathBuf},
     time::Duration,
 };
 
-
 /// A configuration for the incremental renderer.
 #[derive(Clone)]
 pub struct IncrementalRendererConfig {