Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
AZWN committed Nov 14, 2024
1 parent bfaad1f commit f9db125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scopegraphs/examples/overload/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "
Expand Down

0 comments on commit f9db125

Please sign in to comment.