Skip to content

Commit

Permalink
Remove a needless spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmo0920 committed Nov 18, 2015
1 parent 8acbb58 commit 0e80436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/test/parser_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
module Fluent
module Test
class ParserTestDriver
def initialize(klass_or_str, format=nil, conf={}, &block)
def initialize(klass_or_str, format=nil, conf={}, &block)
if klass_or_str.is_a?(Class)
if block
# Create new class for test w/ overwritten methods
Expand Down

0 comments on commit 0e80436

Please sign in to comment.