From c44b9f80b3905936396d03de65c1bd183fec572c Mon Sep 17 00:00:00 2001 From: rek Date: Tue, 9 Apr 2024 13:31:34 -0400 Subject: [PATCH] fix(mega-linter): 64: trailing whitespace --- functions/_tide_item_git.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/_tide_item_git.fish b/functions/_tide_item_git.fish index ea02ece5..c472f073 100644 --- a/functions/_tide_item_git.fish +++ b/functions/_tide_item_git.fish @@ -61,7 +61,7 @@ function _tide_item_git set -g tide_git_bg_color $tide_git_bg_color_unstable end - _tide_print_item git $_tide_location_color$tide_git_icon' ' (set_color white; echo -ns $location $tide_git_icon_spacer + _tide_print_item git $_tide_location_color$tide_git_icon' ' (set_color white; echo -ns $location $tide_git_icon_spacer set_color $tide_git_color_operation; echo -ns ' '$operation ' '$step/$total_steps set_color $tide_git_color_upstream; echo -ns $tide_git_icon_upstream_behind$behind tide_git_icon_upstream_ahead$ahead set_color $tide_git_color_stash; echo -ns $tide_git_icon_stash$stash