From b996f2694b782a76ab53113af5f87045a3352fe2 Mon Sep 17 00:00:00 2001 From: Rowan Manning Date: Fri, 15 Nov 2013 16:31:24 +0000 Subject: [PATCH] Fix tabs/spaces inconsistencies --- config/development.sample.json | 4 ++-- config/production.sample.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/development.sample.json b/config/development.sample.json index 4986cb4..711b028 100644 --- a/config/development.sample.json +++ b/config/development.sample.json @@ -1,6 +1,6 @@ { "webservice": "http://localhost:3000/", "port": 4000, - "noindex": true, - "readonly": false + "noindex": true, + "readonly": false } \ No newline at end of file diff --git a/config/production.sample.json b/config/production.sample.json index 4986cb4..711b028 100644 --- a/config/production.sample.json +++ b/config/production.sample.json @@ -1,6 +1,6 @@ { "webservice": "http://localhost:3000/", "port": 4000, - "noindex": true, - "readonly": false + "noindex": true, + "readonly": false } \ No newline at end of file