Skip to content

Commit

Permalink
removed trailing whitespace from empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob_herbst committed Nov 6, 2013
1 parent 894bff5 commit 0183eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/logging/check-log.rb
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def run

def open_log(log_file)
state_dir = config[:state_auto] || config[:state_dir]

# Opens file using optional encoding page. ex: 'iso8859-1'
if config[:encoding]
@log = File.open(log_file, "r:#{config[:encoding]}")
Expand Down

0 comments on commit 0183eb8

Please sign in to comment.