mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
formatting
This commit is contained in:
parent
60afb79cc7
commit
94ca207772
3 changed files with 5 additions and 12 deletions
|
@ -331,10 +331,7 @@ impl<'a> Dependencies<'a> {
|
|||
None | Some(Status::NotStarted) | Some(Status::Pending) => {
|
||||
// this shorthand is not resolved, add a dependency
|
||||
{
|
||||
let entry = self
|
||||
.waiting_for
|
||||
.entry(next_step.clone())
|
||||
.or_default();
|
||||
let entry = self.waiting_for.entry(next_step.clone()).or_default();
|
||||
|
||||
entry.insert(job.clone());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue