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()
|
||||
.map(|note| sanitize_text(note))
|
||||
.collect::<Vec<_>>();
|
||||
format!(
|
||||
" | PotentiallyUnreachable | Notes: {:?}",
|
||||
notes
|
||||
)
|
||||
format!(" | PotentiallyUnreachable | Notes: {:?}", notes)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue