We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c791088 commit 71d6f11Copy full SHA for 71d6f11
editoast/src/views/path/path_item_cache.rs
@@ -38,7 +38,7 @@ impl PathItemCache {
38
infra_id: i64,
39
path_items: &[&PathItemLocation],
40
) -> Result<PathItemCache> {
41
-if path_items.is_empty() {
+ if path_items.is_empty() {
42
return Ok(PathItemCache::default());
43
}
44
0 commit comments