aboutsummaryrefslogtreecommitdiffstats
path: root/http.php
diff options
context:
space:
mode:
authorTeddy Wing2015-06-13 18:26:11 -0400
committerTeddy Wing2015-06-13 18:26:11 -0400
commit028e9dc67642dd93d138cd92a8bbe15827caaf41 (patch)
treef8c935c47b6057feea14131563a05da0e8065faf /http.php
parent75f2dafefb6c4574a6b00a2fb2e21e34ee758d9f (diff)
downloadBoston-Food-Truck-Schedule-API-028e9dc67642dd93d138cd92a8bbe15827caaf41.tar.bz2
http.php: Fix whitespaceHEADmaster
Weird extra tabs here. Not sure how that happened.
Diffstat (limited to 'http.php')
-rw-r--r--http.php6
1 files 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');
}