Apply rule to end files with a newline character

This commit is contained in:
Javi Martín
2019-06-18 02:00:14 +02:00
parent 347fc21cf0
commit 71d9ddd849
92 changed files with 85 additions and 92 deletions

View File

@@ -49,4 +49,4 @@ class Admin::ValuatorGroupsController < Admin::BaseController
params.require(:valuator_group).permit(:name)
end
end
end