Commit 59640866 authored by Yorick Peterse's avatar Yorick Peterse

Remove left-over use of strip_heredoc

parent 6a291177
...@@ -75,7 +75,7 @@ module Gitlab ...@@ -75,7 +75,7 @@ module Gitlab
query += " AND id < #{stop_row['id']}" query += " AND id < #{stop_row['id']}"
end end
execute(query.strip_heredoc) execute(query)
processed += batch_size processed += batch_size
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment