Skip to content

Commit 31150fa

Browse files
whitespace
1 parent 882a939 commit 31150fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/compiler/chainrules.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ function has_chain_rrule(T)
2828
else
2929
# Not being redispatched: it does have a config
3030
rrule_m = configured_rrule_m
31-
# Thus any no_rrule that might apply must also have a config because if it applied
32-
# it will be identical, and if it doesn't we don't care what it is.
31+
# Thus any no_rrule that might apply must also have a config because if it applied
32+
# it will be identical, and if it doesn't we don't care what it is.
3333
no_rrule_m = meta(Tuple{typeof(ChainRulesCore.no_rrule), config_T, arg_Ts...})
3434
end
3535

0 commit comments

Comments
 (0)