Merge pull request 'sort dependencies alphabetically after reading them' (#31) from sort-dependencies into main
Reviewed-on: #31
This commit is contained in:
commit
cfe49adca9
1 changed files with 3 additions and 0 deletions
|
|
@ -212,6 +212,9 @@ impl Issue {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if let Some(deps) = &mut dependencies {
|
||||||
|
deps.sort();
|
||||||
|
}
|
||||||
Ok(dependencies)
|
Ok(dependencies)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue