Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvitkov committed Sep 21, 2023
1 parent c42d0ed commit cfbbb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/noirc_frontend/src/hir/resolution/resolver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ use crate::hir_def::expr::{
HirMemberAccess, HirMethodCallExpression, HirPrefixExpression,
};

use crate::token::FunctionAttribute;
use crate::hir_def::traits::{Trait, TraitConstraint};
use crate::token::FunctionAttribute;
use regex::Regex;
use std::collections::{BTreeMap, HashSet};
use std::rc::Rc;
Expand Down

0 comments on commit cfbbb83

Please sign in to comment.