Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
felipenoris committed Mar 4, 2017
1 parent a372200 commit 9e4360d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/calendars/brazil.jl
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function isholiday(::BrazilExchange, dt::Date)
const yy = Dates.year(dt)
const mm = Dates.month(dt)
const dd = Dates.day(dt)

if (
# Aniversário de São Paulo
( mm == 1 && dd == 25 )
Expand All @@ -105,7 +105,7 @@ function isholiday(::BrazilExchange, dt::Date)
||
# National holidays
isholiday(Brazil(), dt)
)
)
return true
end

Expand Down

0 comments on commit 9e4360d

Please sign in to comment.