From 412fd08c8fb7c2ebb3c86b731c934ac13346f599 Mon Sep 17 00:00:00 2001
From: MJB <mjb@it-innovation.soton.ac.uk>
Date: Fri, 2 Feb 2018 14:52:20 +0000
Subject: [PATCH] minor change to vagrant

---
 Vagrantfile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Vagrantfile b/Vagrantfile
index c850860..ea4c561 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -69,7 +69,6 @@ ipendpoints = {
     :influxdb_url => "http://192.168.50.10:8086",
     :database_name => "CLMCMetrics"      
   }
-
 }
 
 Vagrant.configure("2") do |config|
-- 
GitLab