Skip to content

Commit

Permalink
Apply format suggestion [skip ci]
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
mikeingold and github-actions[bot] authored Oct 8, 2024
1 parent cb65dba commit a4d24a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integral.jl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function _integral(
return _integral_gk_2d(f, geometry, rule; kwargs...)
else
_error_unsupported_combination("geometry with more than two parametric dimensions",
"GaussKronrod")
"GaussKronrod")
end
end

Expand Down

0 comments on commit a4d24a9

Please sign in to comment.