mirror of https://github.com/fafhrd91/actix-web
fmt
This commit is contained in:
parent
a1a26e9b53
commit
7e192b6079
|
|
@ -1006,10 +1006,7 @@ fn format_reachability(item: &IntrospectionReportItem) -> String {
|
||||||
.iter()
|
.iter()
|
||||||
.map(|note| sanitize_text(note))
|
.map(|note| sanitize_text(note))
|
||||||
.collect::<Vec<_>>();
|
.collect::<Vec<_>>();
|
||||||
format!(
|
format!(" | PotentiallyUnreachable | Notes: {:?}", notes)
|
||||||
" | PotentiallyUnreachable | Notes: {:?}",
|
|
||||||
notes
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue