Skip to content

Commit 5b02afe

Browse files
Pere Urbon-Bayesjordansissel
authored andcommitted
add more spaces in parameters calls
Fixes elastic#1
1 parent 164c1ac commit 5b02afe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

run.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Runner
1717

1818
attr_reader :command
1919

20-
def initialize(config, debug=false, logstash_home=Dir.pwd)
20+
def initialize(config, debug = false, logstash_home = Dir.pwd)
2121
@debug = debug
2222
@command = [File.join(logstash_home, LOGSTASH_BIN), "-f", config]
2323
end

scripts/loader.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
class Loader
77

8-
def initialize(dir="", debug=false)
8+
def initialize(dir = "", debug = false)
99
@dir = dir
1010
@debug = debug
1111
end

0 commit comments

Comments
 (0)