Skip to content

Commit

Permalink
cli: remove redundant elided node expression from builtin node templates
Browse files Browse the repository at this point in the history
  • Loading branch information
yuja committed Apr 18, 2024
1 parent 1b3bced commit 7fded98
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cli/src/config/templates.toml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ coalesce(
if(conflict, "conflict"),
),
coalesce(
if(!self, "~"),
if(current_working_copy, "@"),
if(immutable, "◆"),
if(conflict, "×"),
Expand All @@ -196,7 +195,6 @@ coalesce(
if(conflict, "conflict"),
),
coalesce(
if(!self, "~"),
if(current_working_copy, "@"),
if(immutable, "#"),
if(conflict, "x"),
Expand Down

0 comments on commit 7fded98

Please sign in to comment.