Explorar o código

FIX SPACES AVMG

1day2die %!s(int64=3) %!d(string=hai) anos
pai
achega
cccc4bf9aa
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      app/Http/Controllers/HomeController.php

+ 0 - 1
app/Http/Controllers/HomeController.php

@@ -86,7 +86,6 @@ class HomeController extends Controller
             $bg = $this->getTimeLeftBoxBackground($daysLeft);
             $boxText = $this->getTimeLeftBoxText($daysLeft, $hoursLeft);
             $unit = $daysLeft < 1 ? ($hoursLeft < 1 ? null : "hours") : "days";
-
         }