Skip to content

Commit

Permalink
doc(tui): fix doc comment formatting of format_extensions_all
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Jul 1, 2024
1 parent 0c3b7da commit 2de296b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/trippy-tui/src/frontend/render/table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ fn format_extensions_full(extensions: &Extensions) -> Option<String> {

/// Format a list all known and unknown extensions with full details.
///
/// `mpls(label=48320, ttl=1, exp=0, bos=1), mpls(label=...), unknown(class=1, sub=1, object=0b c8 c1 01), ...`
/// `mpls(label=48320, ttl=1, exp=0, bos=1), unknown(class=1, sub=1, object=0b c8 c1 01), ...`
fn format_extensions_all(extensions: &Extensions) -> String {
extensions
.extensions
Expand Down

0 comments on commit 2de296b

Please sign in to comment.