aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache/file_store.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2008-09-08 18:08:56 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2008-09-08 18:10:23 -0700
commit1b94d5dc6500a34803fda784d87a361b532b3fb4 (patch)
tree2643c7e3584c697b36517417d9986625ac111543 /activesupport/lib/active_support/cache/file_store.rb
parentdc0aed1151f418c417770539629d26fa34c03815 (diff)
downloadrails-1b94d5dc6500a34803fda784d87a361b532b3fb4.tar.gz
rails-1b94d5dc6500a34803fda784d87a361b532b3fb4.tar.bz2
rails-1b94d5dc6500a34803fda784d87a361b532b3fb4.zip
Fix indentation mismatch
Diffstat (limited to 'activesupport/lib/active_support/cache/file_store.rb')
-rw-r--r--activesupport/lib/active_support/cache/file_store.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/cache/file_store.rb b/activesupport/lib/active_support/cache/file_store.rb
index 659bde64f0..ef533633b2 100644
--- a/activesupport/lib/active_support/cache/file_store.rb
+++ b/activesupport/lib/active_support/cache/file_store.rb
@@ -65,6 +65,6 @@ module ActiveSupport
end
end
end
- end
+ end
end
end