diff options
| author | Robin Houston <robin@lenny.robin> | 2011-06-24 12:55:49 +0100 | 
|---|---|---|
| committer | Robin Houston <robin@lenny.robin> | 2011-06-24 12:55:49 +0100 | 
| commit | 474b71b204de77ad44abf03d29f6ed059c03e46d (patch) | |
| tree | 98bd9cfb03baa230a602d54c96ed8accc2cb12f0 | |
| parent | 19b35bdbc651f3e5aab807847468c8de83ff357f (diff) | |
Remove trailing whitespace
| -rw-r--r-- | app/controllers/application_controller.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 91754e2ba..e39865dd9 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -31,7 +31,7 @@ class ApplicationController < ActionController::Base      def site_name        # XXX should come from database:        site_name = "WhatDoTheyKnow" -      return site_name       +      return site_name      end      # Help work out which request causes RAM spike. | 
