From 028e9dc67642dd93d138cd92a8bbe15827caaf41 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 13 Jun 2015 18:26:11 -0400 Subject: http.php: Fix whitespace Weird extra tabs here. Not sure how that happened. --- http.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/http.php b/http.php index ddea68f..40718b4 100644 --- a/http.php +++ b/http.php @@ -25,9 +25,9 @@ class Filters { public function __construct () { $this->keys = array('trucks', - 'days_of_week', - 'times_of_day', - 'locations'); + 'days_of_week', + 'times_of_day', + 'locations'); } -- cgit v1.2.3