Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
cbarraford committed Apr 21, 2014
1 parent 8df4886 commit b0eec3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion config.ru
@@ -1,3 +1,2 @@
require './lib/sabisu/server'
run Sabisu::Server

2 changes: 1 addition & 1 deletion sensu-integration/sabisu_uploader
Expand Up @@ -216,7 +216,7 @@ until quit
events << JSON.parse(tmp_event, symbolize_names: true) if tmp_event
end
puts "We have #{events.length} events, collected in " \
"#{'%.1f' % (Time.now - start_time)} seconds, let's process them."
"#{format('%.1f', (Time.now - start_time))} seconds, let's process them."
end
rescue Timeout::Error
unless events.empty?
Expand Down

0 comments on commit b0eec3a

Please sign in to comment.