Skip to content

Commit c5df54f

Browse files
authored
Apply suggestion from @niemyjski
1 parent 6eadde4 commit c5df54f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Exceptionless.DateTimeExtensions/TimeUnit.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ public static bool TryParse(string value, out TimeSpan? time)
3333

3434
string normalized = value.Trim();
3535

36-
// bail if we have any weird characters
3736
// bail if we have any weird characters
3837
foreach (char c in normalized)
3938
if (!Char.IsLetterOrDigit(c) && c != '-' && c != '+' && !Char.IsWhiteSpace(c))

0 commit comments

Comments
 (0)