Skip to content

Commit 4aef348

Browse files
committed
chore: run formatter
1 parent 15495bd commit 4aef348

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/TracedRArray.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,7 @@ function _setindex_scalar!(
251251
Ops.dynamic_update_slice(
252252
a,
253253
TracedUtils.broadcast_to_size(
254-
TracedUtils.promote_to(TracedRNumber{T}, v),
255-
ntuple(Returns(1), N)
254+
TracedUtils.promote_to(TracedRNumber{T}, v), ntuple(Returns(1), N)
256255
),
257256
collect(scalar_index_to_cartesian(index, size(a))),
258257
),

0 commit comments

Comments
 (0)