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 309309end
310310
311311# 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+ )
313315 if style == IndexStyle (A)
314316 throw (MethodError (eachstoredindex, Tuple{typeof (style),typeof (A)}))
315317 elseif style == IndexCartesian ()
Original file line number Diff line number Diff line change 109109
110110# Derived functions
111111# -----------------
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+ )
115115
116116# Utility functions
117117# -----------------
You can’t perform that action at this time.
0 commit comments