Skip to content

Commit ee313ba

Browse files
committed
format
1 parent 8c6695e commit ee313ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/named_array_partition.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ end
5353
function Base.similar(
5454
A::NamedArrayPartition, ::Type{T}, ::Type{S}, R::DataType...) where {T, S}
5555
NamedArrayPartition(
56-
similar(getfield(A, :array_partition), T, S, R...), getfield(A, :names_to_indices))
56+
similar(getfield(A, :array_partition), T, S, R...), getfield(A, :names_to_indices))
5757
end
5858

5959
Base.Array(x::NamedArrayPartition) = Array(ArrayPartition(x))

0 commit comments

Comments
 (0)