From 8e520abbcf6bcad710251791749f294cd5a7d7e0 Mon Sep 17 00:00:00 2001 From: Matthew Scroggs Date: Tue, 28 Jan 2025 14:21:01 +0000 Subject: [PATCH] fmt --- examples/test_partitioners.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/test_partitioners.rs b/examples/test_partitioners.rs index b90abe6..a47b0b4 100644 --- a/examples/test_partitioners.rs +++ b/examples/test_partitioners.rs @@ -11,7 +11,6 @@ use ndgrid::{ types::{GraphPartitioner, Ownership}, }; - fn run_test(comm: &C, partitioner: GraphPartitioner) { let n = 100;