From 8001e04469884cbf9f14701aff7b8466b91adc39 Mon Sep 17 00:00:00 2001 From: chonghe Date: Tue, 2 Apr 2024 10:06:45 +0800 Subject: [PATCH] Add an empty line after end of file --- scripts/cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cli.sh b/scripts/cli.sh index 2767ed73c80..148b23966c0 100755 --- a/scripts/cli.sh +++ b/scripts/cli.sh @@ -19,7 +19,7 @@ write_to_file() { printf "# %s\n\n\`\`\`\n%s\n\`\`\`" "$program" "$cmd" > "$file" # Adjust the width of the help text and append to the end of file - sed -i -e '$a\'$'\n''' "$file" + sed -i -e '$a\'$'\n''\n''' "$file" } CMD=./target/release/lighthouse