Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Jan 5, 2024
1 parent 8a5dacd commit edb0318
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions crates/concrete_ast/src/operations.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
use crate::{
common::Ident,
statements::{IfStmt, ReturnStmt},
types::TypeSpec,
};
use crate::{common::Ident, types::TypeSpec};

#[derive(Clone, Debug, PartialEq)]
pub enum PathSegment {
Expand Down

0 comments on commit edb0318

Please sign in to comment.