From 37544fe24e1397a0adbbecea127723e14924ebc9 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sat, 12 Jan 2008 20:43:58 -1000 Subject: [PATCH] remove blank line --- extra/math/miller-rabin/miller-rabin.factor | 1 - 1 file changed, 1 deletion(-) diff --git a/extra/math/miller-rabin/miller-rabin.factor b/extra/math/miller-rabin/miller-rabin.factor index 661d0fb29a..824bb88cb9 100644 --- a/extra/math/miller-rabin/miller-rabin.factor +++ b/extra/math/miller-rabin/miller-rabin.factor @@ -81,4 +81,3 @@ TUPLE: miller-rabin-bounds ; #! generate two primes over 5 < [ "not enough primes below 5 bits" throw ] when [ [ drop random-prime ] with map ] [ all-unique? ] generate ; -