File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 309
309
end
310
310
311
311
# required: one implementation for canonical index style
312
- @interface :: AbstractSparseArrayInterface function eachstoredindex (style:: IndexStyle , A:: AbstractArray )
312
+ @interface :: AbstractSparseArrayInterface function eachstoredindex (
313
+ style:: IndexStyle , A:: AbstractArray
314
+ )
313
315
if style == IndexStyle (A)
314
316
throw (MethodError (eachstoredindex, Tuple{typeof (style),typeof (A)}))
315
317
elseif style == IndexCartesian ()
Original file line number Diff line number Diff line change 109
109
110
110
# Derived functions
111
111
# -----------------
112
- @interface I:: AbstractSparseArrayInterface Base. copyto! (
113
- C :: AbstractArray , A:: AbstractArray
114
- ) = @interface I map! (identity, C, A)
112
+ @interface I:: AbstractSparseArrayInterface Base. copyto! (C :: AbstractArray , A :: AbstractArray ) = @interface I map! (
113
+ identity, C , A
114
+ )
115
115
116
116
# Utility functions
117
117
# -----------------
You can’t perform that action at this time.
0 commit comments