Skip to content

Commit 15b5add

Browse files
authored
Delete excess white-space
1 parent 514fca2 commit 15b5add

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/differentials/composite.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ backing(x::Tuple) = x
7777
backing(x::NamedTuple) = x
7878
backing(x::Composite) = getfield(x, :backing)
7979

80-
8180
function backing(x::T)::NamedTuple where T
8281
# note: all computation outside the if @generated happens at runtime.
8382
# so the first 4 lines of the branchs look the same, but can not be moved out.

0 commit comments

Comments
 (0)