Skip to content

Commit 4b1862c

Browse files
committed
standardrb --fix
1 parent 99d308c commit 4b1862c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/lib/dip/commands/ssh_spec.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
let(:cli) { Dip::CLI::SSH }
99

1010
describe Dip::Commands::SSH::Up, env: true do
11-
let(:env) { {"HOME" => "/user"} }
11+
let(:env) { {"HOME" => "/user"} }
12+
1213
context "when without arguments" do
1314
before { cli.start "up".shellsplit }
1415

0 commit comments

Comments
 (0)