Browse Source

Remove trailing whitespace.

Mark Story 10 years ago
parent
commit
14a2badcc5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/I18n/Time.php

+ 1 - 1
src/I18n/Time.php

@@ -247,7 +247,7 @@ class Time extends Carbon implements JsonSerializable
     public function timeAgoInWords(array $options = [])
     {
         $time = $this;
-        
+
         $timezone = null;
         $format = static::$wordFormat;
         $end = static::$wordEnd;