remove space

This commit is contained in:
1day2die 2021-11-12 19:48:28 +01:00
parent 021df3af4f
commit 93ce540b3f

View file

@ -67,7 +67,6 @@ class HomeController extends Controller
{
if ($daysLeft > 1) return strval(number_format($daysLeft, 0));
return ($hoursLeft < 1 ? $this::TIME_LEFT_OUT_OF_CREDITS_TEXT : strval($hoursLeft));
}
/** Show the application dashboard. */