pacify the merciless cargo fmt

This commit is contained in:
Niko Matsakis 2024-07-28 21:33:05 +00:00
parent ab112b7126
commit 502716d368
16 changed files with 16 additions and 16 deletions

View file

@ -1,7 +1,7 @@
use std::sync::Arc;
use crate::{
zalsa_local::ActiveQueryGuard, runtime::StampedValue, Cycle, Database, Event, EventKind,
runtime::StampedValue, zalsa_local::ActiveQueryGuard, Cycle, Database, Event, EventKind,
};
use super::{memo::Memo, Configuration, IngredientImpl};