Skip to content

Commit

Permalink
Make spacing consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkuhn committed Dec 3, 2018
1 parent 78eb799 commit 0e5cb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/calendars/us.jl
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function isholiday(::USNYSE , dt::Dates.Date)
# Special Closings
if (
# President George H.W. Bush's funeral
dt == Dates.Date(2018, 12, 5)
dt == Dates.Date(2018,12,5)
||
# Hurricane Sandy
yy == 2012 && mm == 10 && (dd == 29 || dd == 30)
Expand Down

0 comments on commit 0e5cb25

Please sign in to comment.