From fe0de6adc2c55639c3abf9e4676447f2ec9cbcd1 Mon Sep 17 00:00:00 2001 From: Jacob Bearce Date: Tue, 25 Apr 2017 08:55:20 -0500 Subject: [PATCH] Clean up code formatting - Standardize use of ' and " to just " - Standardize spaces in block declerations and function calls - Standardize indentation & line breaks - Line up variable values - Remove closing PHP tag, to match config.sample.php --- deploy.php | 75 +++++++++++++++++++++++++++--------------------------- 1 file changed, 37 insertions(+), 38 deletions(-) diff --git a/deploy.php b/deploy.php index 1caf144..0786a80 100644 --- a/deploy.php +++ b/deploy.php @@ -1,47 +1,46 @@