Skip to content
Snippets Groups Projects
Commit 0c427fc1 authored by Raymond Toy's avatar Raymond Toy
Browse files

Remove extra closing paren

parent 4915f467
No related branches found
No related tags found
No related merge requests found
......@@ -492,7 +492,7 @@
(error 'simple-type-error
:expected-type '(or (integer 1) (float (0.0))) :datum arg
:format-control _"Argument is not a positive integer or a positive float: ~S")
:format-arguments (list arg)))))
:format-arguments (list arg))))
;; Jump function for the generator. See the jump function in
;; http://xoroshiro.di.unimi.it/xoroshiro128plus.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment