From 7fded98e40e8d88ffe521f75ded47978c44eadd5 Mon Sep 17 00:00:00 2001 From: Yuya Nishihara Date: Tue, 16 Apr 2024 22:32:56 +0900 Subject: [PATCH] cli: remove redundant elided node expression from builtin node templates --- cli/src/config/templates.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/cli/src/config/templates.toml b/cli/src/config/templates.toml index 686ad7baf..9c302e0fe 100644 --- a/cli/src/config/templates.toml +++ b/cli/src/config/templates.toml @@ -176,7 +176,6 @@ coalesce( if(conflict, "conflict"), ), coalesce( - if(!self, "~"), if(current_working_copy, "@"), if(immutable, "◆"), if(conflict, "×"), @@ -196,7 +195,6 @@ coalesce( if(conflict, "conflict"), ), coalesce( - if(!self, "~"), if(current_working_copy, "@"), if(immutable, "#"), if(conflict, "x"),