Skip to content

Commit 7f17753

Browse files
committed
Add empty line in env.rb (style).
1 parent d58d8d3 commit 7f17753

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

features/support/env.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
require "kitchen/cli"
99

1010
class ArubaHelper
11+
1112
def initialize(argv, stdin = STDIN, stdout = STDOUT, stderr = STDERR, kernel = Kernel)
1213
@argv, @stdin, @stdout, @stderr, @kernel = argv, stdin, stdout, stderr, kernel
1314
end

0 commit comments

Comments
 (0)