Browse Source

Removed not needed space.

Martin Edenhofer 10 years ago
parent
commit
bf6a213651
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/user_info.rb

+ 1 - 1
lib/user_info.rb

@@ -2,7 +2,7 @@ module UserInfo
   def self.current_user_id
     Thread.current[:user_id]
   end
- 
+
   def self.current_user_id=(user_id)
     Thread.current[:user_id] = user_id
   end