1
0
mirror of synced 2026-07-20 10:15:08 +00:00

Rubocop redundant return fix

This commit is contained in:
Penar Musaraj
2019-11-14 15:07:58 -05:00
parent 48f0e2b982
commit ffe315c4a2
+1 -1
View File
@@ -972,7 +972,7 @@ SQL
false
end
end
return ret_params
ret_params
end
end