Skip to content

Commit

Permalink
Fix formatting issues in #695
Browse files Browse the repository at this point in the history
  • Loading branch information
Narasimha1997 committed Apr 24, 2022
1 parent ed9d0d9 commit fc74ab6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/analyzer/src/db/queries/functions.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
use crate::context::{AnalyzerContext, CallType, FunctionBody};
use crate::db::{Analysis, AnalyzerDb};
use crate::errors::TypeError;
use crate::namespace::items::{
DepGraph, DepGraphWrapper, DepLocality, FunctionId, Item, TypeDef,
};
use crate::namespace::items::{DepGraph, DepGraphWrapper, DepLocality, FunctionId, Item, TypeDef};
use crate::namespace::scopes::{BlockScope, BlockScopeType, FunctionScope, ItemScope};
use crate::namespace::types::{self, Contract, CtxDecl, FixedSize, SelfDecl, Struct, Type};
use crate::traversal::functions::traverse_statements;
Expand Down

0 comments on commit fc74ab6

Please sign in to comment.