From e2fcbed8baefdba06ab04b356d1babe3abb4bc1b Mon Sep 17 00:00:00 2001 From: B Shouse Date: Sat, 7 Feb 2015 12:52:11 -0700 Subject: [PATCH] Add missing curly braces --- lib/doStuff.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/doStuff.js b/lib/doStuff.js index 5636a48..2ccb515 100644 --- a/lib/doStuff.js +++ b/lib/doStuff.js @@ -60,5 +60,5 @@ app.delete('/breakfast/:id', function(req,res){ }); }); - +}