X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Freservoir-sampling%2Freservoir-sampling.factor;h=768268803d5a4ba7bfc6f55c2d8ebcec8cb457d0;hp=a646fdabe42e27bf84c9c1558b97ceb1c59f188a;hb=726a8b784b91bb5e5d1ee01af46a6b91cf0ff438;hpb=7ce33839919485fa70f2ac825543a73bbb27725c diff --git a/basis/reservoir-sampling/reservoir-sampling.factor b/basis/reservoir-sampling/reservoir-sampling.factor index a646fdabe4..768268803d 100644 --- a/basis/reservoir-sampling/reservoir-sampling.factor +++ b/basis/reservoir-sampling/reservoir-sampling.factor @@ -30,4 +30,5 @@ TUPLE: reservoir-sampler iteration k sampled ; ] [ 3drop ] if - ] if ; \ No newline at end of file + ] if ; +