Skip to content

Commit 0938fca

Browse files
committed
- Fix shfmt excess newlines violation when using --env production
1 parent 5b01596 commit 0938fca

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)