summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/authorization.rb2
-rw-r--r--lib/glsamaker/spelling.rb2
-rw-r--r--lib/kramdown_ext.rb2
-rw-r--r--lib/tasks/rcov.rake1
4 files changed, 3 insertions, 4 deletions
diff --git a/lib/authorization.rb b/lib/authorization.rb
index b611c92..5341709 100644
--- a/lib/authorization.rb
+++ b/lib/authorization.rb
@@ -46,4 +46,4 @@ module Authorization
def log_unauthorized_access(msg)
logger.warn "[#{Time.now.rfc2822}] UNAUTHORIZED ACCESS by #{current_user.login} from #{request.remote_ip} to #{request.url}: #{msg}"
end
-end \ No newline at end of file
+end
diff --git a/lib/glsamaker/spelling.rb b/lib/glsamaker/spelling.rb
index 0d06310..cc30cc8 100644
--- a/lib/glsamaker/spelling.rb
+++ b/lib/glsamaker/spelling.rb
@@ -45,4 +45,4 @@ module Glsamaker
end
end
end
-end \ No newline at end of file
+end
diff --git a/lib/kramdown_ext.rb b/lib/kramdown_ext.rb
index 33df756..e41013e 100644
--- a/lib/kramdown_ext.rb
+++ b/lib/kramdown_ext.rb
@@ -17,4 +17,4 @@ module Kramdown
end
end
end
-end \ No newline at end of file
+end
diff --git a/lib/tasks/rcov.rake b/lib/tasks/rcov.rake
index 45349a9..bb602e4 100644
--- a/lib/tasks/rcov.rake
+++ b/lib/tasks/rcov.rake
@@ -79,4 +79,3 @@ namespace :test do
end
end
end
-