mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-15 09:48:53 +00:00
cargo fmt
This commit is contained in:
parent
f91923c189
commit
95812f09d0
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ use arc_swap::Guard;
|
|||
|
||||
use crate::{
|
||||
plumbing::{DatabaseOps, QueryFunction},
|
||||
runtime::{StampedValue},
|
||||
runtime::StampedValue,
|
||||
Database, QueryDb,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue