Skip to content

Commit 2223c7b

Browse files
committed
rubocop
1 parent 66f0115 commit 2223c7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/bashly/commands/shell.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ def run
1313
end
1414

1515
private
16+
1617
def terminal
1718
@terminal ||= begin
1819
terminal = MisterBin::Terminal.new runner, {
1920
autocomplete: autocomplete,
2021
show_usage: true,
21-
prompt: "\n\e[33m\e[1mbashly\e[0m > "
22+
prompt: "\n\e[33m\e[1mbashly\e[0m > ",
2223
}
2324

2425
terminal.on('help') { runner.run %w[--help] }

0 commit comments

Comments
 (0)