Skip to content

Commit

Permalink
Fix spacing in test/math
Browse files Browse the repository at this point in the history
  • Loading branch information
kshyatt committed Sep 28, 2016
1 parent 19bcba6 commit ede8440
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/math.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# This file is a part of Julia. License is MIT: http://julialang.org/license

@testset "clamp" begin
@test clamp(0, 1, 3) == 1
@test clamp(1, 1, 3) == 1
Expand Down

0 comments on commit ede8440

Please sign in to comment.