Skip to content

Commit

Permalink
chore(cmd): change table label
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifeanyichukwu authored and vincenzopalazzo committed May 15, 2024
1 parent 8f36fe5 commit 8615159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coffee_cmd/src/coffee_term/command_show.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ pub fn show_nurse_verify(nurse_verify: &ChainOfResponsibilityStatus) -> Result<(
table.push([
term::format::dim(String::from("●")),
term::format::bold(String::from("Defects")),
term::format::bold(String::from("Action")),
term::format::bold(String::from("Affected")),
]);
table.divider();

Expand Down

0 comments on commit 8615159

Please sign in to comment.