Make Rubocop happy

parent bacda5a6
...@@ -42,7 +42,7 @@ module Geo ...@@ -42,7 +42,7 @@ module Geo
# FDW accessors # FDW accessors
# #
# @return [ActiveRecord::Relation<Geo::Fdw::Project>] # @return [ActiveRecord::Relation<Geo::Fdw::Project>]
def fdw_find_unsynced_projects def fdw_find_unsynced_projects
fdw_table = Geo::Fdw::Project.table_name fdw_table = Geo::Fdw::Project.table_name
...@@ -50,7 +50,7 @@ module Geo ...@@ -50,7 +50,7 @@ module Geo
.where('project_registry.project_id IS NULL') .where('project_registry.project_id IS NULL')
end end
# @return [ActiveRecord::Relation<Geo::Fdw::Project>] # @return [ActiveRecord::Relation<Geo::Fdw::Project>]
def fdw_find_projects_updated_recently def fdw_find_projects_updated_recently
fdw_table = Geo::Fdw::Project.table_name fdw_table = Geo::Fdw::Project.table_name
......
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