Skip to content

Commit

Permalink
fix EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekha-Reddyshetty committed Nov 12, 2024
1 parent 6704ea2 commit 96ffc7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DateTimeExtensions/BusinessHoursExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ public static bool IsWithinBusinessHours(this DateTime dateTime, TimeSpan startT
}
}
}
}
}
2 changes: 1 addition & 1 deletion tests/DateTimeExtensions.Tests/BusinessHoursTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ public void check_is_within_overnight_business_hours()
Assert.IsFalse(outsideHoursDate.IsWithinBusinessHours(startTime, endTime));
}
}
}
}

0 comments on commit 96ffc7f

Please sign in to comment.