Skip to content

Commit

Permalink
Format
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
penelopeysm and github-actions[bot] authored Oct 24, 2024
1 parent a3cb9b2 commit 6bf0fe6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions ext/BijectorsEnzymeExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ end
@static if v"1.11.1" <= VERSION < v"1.12"
function __init__()
if !Base.generating_output()
eval(quote
@import_rrule typeof(find_alpha) Real Real Real
@import_frule typeof(find_alpha) Real Real Real
end)
eval(
quote
@import_rrule typeof(find_alpha) Real Real Real
@import_frule typeof(find_alpha) Real Real Real
end,
)
end
end
else
Expand Down

0 comments on commit 6bf0fe6

Please sign in to comment.