From 2d26965f392bf8fe735206ff6696b34cac69b908 Mon Sep 17 00:00:00 2001 From: Borys Lykah Date: Thu, 12 Dec 2024 16:54:01 -0700 Subject: [PATCH] Fix style warning --- src/shell-integration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell-integration/README.md b/src/shell-integration/README.md index b788f9613..d5294046f 100644 --- a/src/shell-integration/README.md +++ b/src/shell-integration/README.md @@ -71,4 +71,4 @@ sequence occurs. if [[ -n $GHOSTTY_RESOURCES_DIR ]]; then "$GHOSTTY_RESOURCES_DIR"/shell-integration/zsh/ghostty-integration fi -``` \ No newline at end of file +```