Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrluis committed Mar 14, 2015
1 parent 909094d commit dbf12e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sandi_meter/warning_scanner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def scan(source)

private
def validate(source)
Open3.capture3("#{RUBY_ENGINE} -wc", stdin_data: source)
Open3.capture3("#{RUBY_ENGINE} -wc", stdin_data: source)
end

def check_syntax(status)
Expand Down

0 comments on commit dbf12e1

Please sign in to comment.