Skip to content

Commit

Permalink
Merge #441
Browse files Browse the repository at this point in the history
441: 🤖 Automatically format the source code files r=DilumAluthge a=github-actions[bot]

This pull request formats the source code files using the JuliaFormatter package.

Co-authored-by: bors[bot] <bors[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and bors[bot] authored Oct 12, 2022
2 parents d1bf4f8 + ae7435f commit 8946ec1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/utilities/new_versions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -404,10 +404,7 @@ end
@testset "GitHub" begin
api = GitHub.GitHubAPI()
@test_throws GitForge.ForgeAPINotImplemented(
GitForge.unsubscribe_from_pull_request,
(1, 1),
true,
api
GitForge.unsubscribe_from_pull_request, (1, 1), true, api
) CompatHelper.unsub_from_pr(
api, GitHub.PullRequest(; repo=GitHub.Repo(; id=1), id=1)
)
Expand Down

0 comments on commit 8946ec1

Please sign in to comment.