From 1f30b4a86f6d698ebaa7ff1268fa4b373d7d1585 Mon Sep 17 00:00:00 2001 From: Xianda Sun Date: Sun, 6 Oct 2024 11:15:30 +0100 Subject: [PATCH] formatting --- test/graphs.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/graphs.jl b/test/graphs.jl index 7eba50dc4..ec34ec127 100644 --- a/test/graphs.jl +++ b/test/graphs.jl @@ -1,8 +1,7 @@ using Graphs, MetaGraphsNext using JuliaBUGS using JuliaBUGS: - markov_blanket, - dfs_find_stochastic_boundary_and_deterministic_variables_en_route + markov_blanket, dfs_find_stochastic_boundary_and_deterministic_variables_en_route module GraphsTest using JuliaBUGS: JuliaBUGS