mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-15 01:39:25 +00:00
cargo fmt
This commit is contained in:
parent
0f21bf0fd8
commit
4bb4262569
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ where
|
|||
self.counter.store(1, Ordering::Relaxed);
|
||||
Id::from_id(crate::Id::from_u32(0))
|
||||
}
|
||||
|
||||
|
||||
pub fn get_singleton_input(&self, _runtime: &Runtime) -> Option<Id> {
|
||||
(self.counter.load(Ordering::Relaxed) > 0).then(|| Id::from_id(crate::Id::from_u32(0)))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue