From a4849da77517d545c816b2390e3222a3dc8b8a30 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Thu, 17 Mar 2022 12:07:54 +0100 Subject: [PATCH] format [skip ci] --- test/imgcomp.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/imgcomp.jl b/test/imgcomp.jl index 6ba5c090..2324c785 100644 --- a/test/imgcomp.jl +++ b/test/imgcomp.jl @@ -38,7 +38,7 @@ function image_comparison_tests( # test function func = (fn, idx) -> begin - eval(:(rng=StableRNG(PLOTS_SEED))) + eval(:(rng = StableRNG(PLOTS_SEED))) for the_expr in example.exprs expr = Expr(:block) push!(expr.args, the_expr)