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 29, 2016
1 parent c08ca0e commit 27262ac
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 27262ac

Please sign in to comment.