diff options
| author | Teddy Wing | 2015-06-13 18:13:50 -0400 |
|---|---|---|
| committer | Teddy Wing | 2015-06-13 18:13:50 -0400 |
| commit | 75f2dafefb6c4574a6b00a2fb2e21e34ee758d9f (patch) | |
| tree | f9c271549dc669054948ee1a32b77bf1d61bc664 | |
| parent | aa8d30387b73d1a43aa88131eb8226045694b19e (diff) | |
| download | Boston-Food-Truck-Schedule-API-75f2dafefb6c4574a6b00a2fb2e21e34ee758d9f.tar.bz2 | |
boston_food_trucks.php: Fix whitespace
Had some expanded whitespace that needed to be replaced with a tab.
| -rw-r--r-- | boston_food_trucks.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boston_food_trucks.php b/boston_food_trucks.php index 1bfdcf9..5c0287f 100644 --- a/boston_food_trucks.php +++ b/boston_food_trucks.php @@ -21,7 +21,7 @@ class BostonFoodTrucks { ); public $food_truck_output = array( - 'food_trucks' => array() + 'food_trucks' => array() ); public $locations_downtown = array( |
