Skip to content

Commit 092d1cd

Browse files
committed
Minor cosmetic change
1 parent 4f024a7 commit 092d1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mapreduce.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ end
137137
@generated function diff{D}(a::StaticArray, ::Type{Val{D}}=Val{1})
138138
S = size(a)
139139
N = ndims(a)
140-
Snew = ([n==D ? S[n]-1:S[n] for n = 1:N]...)
140+
Snew = ([n==D ? S[n]-1 : S[n] for n = 1:N]...)
141141
newtype = similar_type(a, Snew)
142142

143143
exprs = Array{Expr}(Snew)

0 commit comments

Comments
 (0)