Skip to content

Commit

Permalink
Merge pull request #444 from DannyBen/fix/shfmt-newlines
Browse files Browse the repository at this point in the history
Fix shfmt excess newlines violation when using `--env production`
  • Loading branch information
DannyBen authored Oct 26, 2023
2 parents 5b01596 + 0938fca commit 708d64e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/bashly/libraries/config/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
## - Use any of the following functions to access and manipulate the values.
## - INI sections are optional (i.e., sectionless key=value pairs are allowed).
##

## Show all the key=value pairs from your config file
config_show() {
config_load
Expand Down
1 change: 0 additions & 1 deletion lib/bashly/libraries/ini/ini.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
## unset ini[section1.key1]
## ini_save path/to/config.ini
##

## Load an INI file and populate the associative array `ini`.
ini_load() {
declare -gA ini
Expand Down

0 comments on commit 708d64e

Please sign in to comment.