Skip to content

Commit

Permalink
Add an empty line after end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
chong-he committed Apr 2, 2024
1 parent e1b4476 commit 8001e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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''<style> .content main {max-width:88%;} </style>' "$file"
sed -i -e '$a\'$'\n''\n''<style> .content main {max-width:88%;} </style>' "$file"
}

CMD=./target/release/lighthouse
Expand Down

0 comments on commit 8001e04

Please sign in to comment.