From 67e895faf8e28d05440605ca612a93a7b3d6fad1 Mon Sep 17 00:00:00 2001 From: Robin Orheden Date: Mon, 9 May 2016 17:47:12 +0200 Subject: [PATCH] remove unnecessary whitelines --- .../strategy/EnrichIntegrationFromRemoteConfigStrategyTest.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/strategy/EnrichIntegrationFromRemoteConfigStrategyTest.js b/test/strategy/EnrichIntegrationFromRemoteConfigStrategyTest.js index f783114..ef19f1e 100644 --- a/test/strategy/EnrichIntegrationFromRemoteConfigStrategyTest.js +++ b/test/strategy/EnrichIntegrationFromRemoteConfigStrategyTest.js @@ -276,8 +276,6 @@ describe('EnrichIntegrationFromRemoteConfigStrategy', function () { }); }); }); - - }); describe('when undefined', function () { @@ -332,9 +330,7 @@ describe('EnrichIntegrationFromRemoteConfigStrategy', function () { }); }); }); - }); }); }); - });