Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjstone committed May 11, 2024
1 parent 10e27c5 commit ce3fd50
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nexus/types/src/blueprint_display.rs
Expand Up @@ -13,9 +13,6 @@ pub mod constants {
pub(super) const REMOVED_PREFIX: char = '-';
pub(super) const MODIFIED_PREFIX: char = '*';
pub(super) const UNCHANGED_PREFIX: char = ' ';
pub(super) const WARNING_PREFIX: char = '!';
pub(super) const SUB_NOT_LAST: &str = "├─";
pub(super) const SUB_LAST: &str = "└─";

pub const ARROW: &str = "->";
pub const METADATA_HEADING: &str = "METADATA";
Expand All @@ -26,7 +23,6 @@ pub mod constants {
pub const COMMENT: &str = "comment";

pub const UNCHANGED_PARENS: &str = "(unchanged)";
pub const NO_ZONES_PARENS: &str = "(no zones)";
pub const NONE_PARENS: &str = "(none)";
pub const NOT_PRESENT_IN_COLLECTION_PARENS: &str =
"(not present in collection)";
Expand Down

0 comments on commit ce3fd50

Please sign in to comment.