Skip to content

Commit

Permalink
Use let in test_blockarrays.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Feb 12, 2019
1 parent 7efdd26 commit 2ef7789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_blockarrays.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function randomblocksparse(; p = 0.3, kwargs...)
return S
end

chained_test_params = begin params = []
chained_test_params = let params = []
n = 5

S1 = randomblocksparse()
Expand Down

0 comments on commit 2ef7789

Please sign in to comment.