Skip to content

Commit 3bb8899

Browse files
author
Sean Casey
committed
CPFM-246. Lint fix
1 parent 7b67e13 commit 3bb8899

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/deimos/utils/db_poller.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ def fetch_results(time_from, time_to)
131131
time_to: time_to,
132132
column_name: @config.timestamp_column,
133133
min_id: @info.last_sent_id).
134-
limit(BATCH_SIZE).
135-
order("#{@producer.config[:record_class].table_name}.#{quoted_timestamp}, #{quoted_id}")
134+
limit(BATCH_SIZE).
135+
order("#{@producer.config[:record_class].table_name}.#{quoted_timestamp}, #{quoted_id}")
136136
end
137137

138138
# @param batch [Array<ActiveRecord::Base>]

0 commit comments

Comments
 (0)