Skip to content

Commit

Permalink
Revert unwnanted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
strobelt committed Oct 28, 2021
1 parent bbd5283 commit f20c6f3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.Globalization;

using Humanizer.Configuration;
using Humanizer.Localisation;

Expand Down Expand Up @@ -213,7 +212,7 @@ private static string DefaultHumanize(TimeSpan ts, bool sameMonth, int days, Ten
}

if (ts.TotalHours < 48)
{
{
return formatter.DateHumanize(TimeUnit.Day, tense, days);
}

Expand Down

0 comments on commit f20c6f3

Please sign in to comment.