From 9cc7132861c55eeb4a2e6546e19b3b52dd5e8596 Mon Sep 17 00:00:00 2001 From: odow Date: Mon, 18 Sep 2023 21:19:12 +1200 Subject: [PATCH] Fix formatting --- src/Test/Test.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Test/Test.jl b/src/Test/Test.jl index d0c364b0f5..d57bd02d7d 100644 --- a/src/Test/Test.jl +++ b/src/Test/Test.jl @@ -32,7 +32,7 @@ The work-around is to wrap `Test` in a module so that `MOI.Test.Test` is `MOI.Test`. """ module _BaseTest - using Test +using Test end using ._BaseTest: @testset, @test, @test_throws, @inferred