Skip to content

Commit 708d64e

Browse files
authored
Merge pull request #444 from DannyBen/fix/shfmt-newlines
Fix shfmt excess newlines violation when using `--env production`
2 parents 5b01596 + 0938fca commit 708d64e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/bashly/libraries/config/config.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
## - Use any of the following functions to access and manipulate the values.
99
## - INI sections are optional (i.e., sectionless key=value pairs are allowed).
1010
##
11-
1211
## Show all the key=value pairs from your config file
1312
config_show() {
1413
config_load

lib/bashly/libraries/ini/ini.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
## unset ini[section1.key1]
2626
## ini_save path/to/config.ini
2727
##
28-
2928
## Load an INI file and populate the associative array `ini`.
3029
ini_load() {
3130
declare -gA ini

0 commit comments

Comments
 (0)