From 14f9c6f3c4a58e74e543f3a1672e084e400cbd2d Mon Sep 17 00:00:00 2001 From: Bryan Donovan Date: Thu, 12 Feb 2015 10:24:59 -0800 Subject: [PATCH] whitespace removal --- History.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/History.md b/History.md index f6eb905..1e1dab4 100644 --- a/History.md +++ b/History.md @@ -85,7 +85,7 @@ - 0.0.2 2013-04-08 - Added ability to pass in a store module that isn't already instantiated. E.g., - + ```javascript var store = require('/path/to/my_memory_store'); cache = caching({store: store});