From 17059a1b64422ecef95a84a189a40891a25ba638 Mon Sep 17 00:00:00 2001 From: Nick Payne Date: Sat, 26 Jul 2014 10:35:01 +0100 Subject: [PATCH] remove redundant whitespace --- tests/dialog.test.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/dialog.test.coffee b/tests/dialog.test.coffee index aa17e289..b237d9de 100644 --- a/tests/dialog.test.coffee +++ b/tests/dialog.test.coffee @@ -320,7 +320,7 @@ describe "bootbox.dialog", -> @dialog = bootbox.dialog message: "test" size: "large" - + it "adds the large class to the innerDialog", -> expect(@dialog.children(":first").hasClass("modal-lg")).to.be.true @@ -329,6 +329,6 @@ describe "bootbox.dialog", -> @dialog = bootbox.dialog message: "test" size: "small" - + it "adds the large class to the innerDialog", -> expect(@dialog.children(":first").hasClass("modal-sm")).to.be.true