Skip to content

Commit

Permalink
Fix format error
Browse files Browse the repository at this point in the history
  • Loading branch information
gwehrle committed Nov 17, 2024
1 parent 21dd580 commit 1bcce76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ using HTTP
using Preferences
using Dates

configure!(; path = string(@__DIR__, "/HTTP/"), extension = "bson", ignore_headers=["User-Agent"])
configure!(;
path = string(@__DIR__, "/HTTP/"), extension = "bson", ignore_headers = ["User-Agent"])

@testset "Overpass.jl" begin
@testset "query" begin
Expand Down

0 comments on commit 1bcce76

Please sign in to comment.