sort dependencies alphabetically after reading them #31
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