Skip to content

Commit 0012108

Browse files
committed
rubocop
1 parent 44df91c commit 0012108

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/bashly/commands/generate.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Generate < Base
1515
option '-r --wrap FUNCTION', 'Wrap the entire script in a function so it can also be sourced'
1616
option '-e --env ENV', <<~HELP
1717
Force the generation environment:
18-
18+
1919
- production generate a smaller script, without file markers
2020
- development generate with file markers
2121
HELP

lib/bashly/settings.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class << self
1212
:strict,
1313
:tab_indent,
1414
:target_dir,
15-
:usage_colors,
15+
:usage_colors
1616
)
1717

1818
def compact_short_flags
@@ -89,7 +89,7 @@ def config
8989
def user_settings
9090
@user_settings ||= File.exist?(user_settings_path) ? Config.new(user_settings_path) : {}
9191
end
92-
92+
9393
def user_settings_path
9494
ENV['BASHLY_SETTINGS_PATH'] || 'settings.yml'
9595
end

0 commit comments

Comments
 (0)