From 13885a4743a6eb7a834c2426649cf2700e566cd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lecour?= Date: Mon, 18 Mar 2019 23:24:31 +0100 Subject: [PATCH] whitespaces --- Vagrantfile | 4 ++-- debian/rules | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 7649cc1..74a4a71 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -10,7 +10,7 @@ load File.expand_path(vagrantfile) if File.exists?(vagrantfile) Vagrant.configure('2') do |config| config.vm.synced_folder "./", "/vagrant", type: "rsync", rsync__exclude: [ '.vagrant', '.git' ] config.ssh.shell = "/bin/sh" - + $deps = <