Skip to content

Commit 6b9dd34

Browse files
authored
fix format check
1 parent 8fd9c51 commit 6b9dd34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/lower_level_api.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ gpu_probs = adapt(backend, probs)
5656

5757
## Finally use the lower API for faster solves! (Fixed time-stepping)
5858

59-
algs = (GPUTsit5(), GPUVern7(), GPUVern9(), GPURosenbrock23(), GPURodas3(), GPURodas4(), GPURodas42(),)
59+
algs = (GPUTsit5(), GPUVern7(), GPUVern9(), GPURosenbrock23(), GPURodas3(), GPURodas4(), GPURodas42())
6060

6161
for alg in algs
6262
@info alg

0 commit comments

Comments
 (0)