Skip to content

Commit 5966a61

Browse files
committed
Formatting
1 parent aa416dc commit 5966a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/interpolation_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ end
522522
@test A(-Inf) == first(u)
523523

524524
# Test extrapolation of integer output
525-
itp = ConstantInterpolation([2], [0.0]; extrapolation=ExtrapolationType.Constant)
525+
itp = ConstantInterpolation([2], [0.0]; extrapolation = ExtrapolationType.Constant)
526526
@test itp(1.0) == 2
527527
end
528528

0 commit comments

Comments
 (0)