From 97565d63f0551b6815607f6d3d8a5397f3c8468b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C4=81rti=C5=86=C5=A1=20Jakubovi=C4=8Ds?= Date: Fri, 2 Feb 2024 20:18:59 +0200 Subject: [PATCH] fix: format --- functions/_tide_item_aws_vault.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/_tide_item_aws_vault.fish b/functions/_tide_item_aws_vault.fish index 901b9a1..31d757f 100644 --- a/functions/_tide_item_aws_vault.fish +++ b/functions/_tide_item_aws_vault.fish @@ -1,5 +1,5 @@ function _tide_item_aws_vault if test -n "$AWS_VAULT" - _tide_print_item aws_vault $tide_aws_vault_icon' ' "$AWS_VAULT" + _tide_print_item aws_vault $tide_aws_vault_icon' ' "$AWS_VAULT" end end