Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tpgillam committed Dec 31, 2023
1 parent 99d0232 commit c4a7ef8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/TimeZoneFinder.jl
Original file line number Diff line number Diff line change
Expand Up @@ -286,9 +286,9 @@ julia> timezones_at(69.8, -141)
There are two possible reasons for this:
1. There were no boundary changes in a tzdata release, which means that there will
never be a boundary release for this particular version.
2. The boundary dataset is not yet available for a new tzdata release.
1. There were no boundary changes in a tzdata release, which means that there will
never be a boundary release for this particular version.
2. The boundary dataset is not yet available for a new tzdata release.
"""
function timezones_at(latitude, longitude)
version = _timezone_boundary_builder_version()
Expand Down

0 comments on commit c4a7ef8

Please sign in to comment.