From f9db12575ff506314d3a0c32f010b0177e2879fa Mon Sep 17 00:00:00 2001 From: Aron Zwaan Date: Thu, 14 Nov 2024 16:51:28 +0100 Subject: [PATCH] Format --- scopegraphs/examples/overload/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scopegraphs/examples/overload/main.rs b/scopegraphs/examples/overload/main.rs index 6bdbc22..99aab95 100644 --- a/scopegraphs/examples/overload/main.rs +++ b/scopegraphs/examples/overload/main.rs @@ -5,8 +5,8 @@ use crate::parse::parse; mod ast; mod parse; -mod union_find; mod type_check; +mod union_find; pub fn main() { let program = "