diff options
Diffstat (limited to 'app/controllers/lints_controller.rb')
-rw-r--r-- | app/controllers/lints_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/lints_controller.rb b/app/controllers/lints_controller.rb index 1a9cd92..2752954 100644 --- a/app/controllers/lints_controller.rb +++ b/app/controllers/lints_controller.rb @@ -17,4 +17,4 @@ class LintsController < ApplicationController @error = "Undefined error" @status = false end -end
\ No newline at end of file +end |