Skip to content

Commit

Permalink
fix: Format cargo check
Browse files Browse the repository at this point in the history
  • Loading branch information
quangkeu95 committed Jan 12, 2024
1 parent c325735 commit bc7cfa7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions programs/amm/src/event.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
//! Event module includes information about events of the program
use crate::curve::curve_type::CurveType;
use crate::curve::fees::PoolFees;
use anchor_lang::prelude::*;
use crate::state::PoolType;
use anchor_lang::prelude::*;

/// Add liquidity event
#[event]
Expand Down

0 comments on commit bc7cfa7

Please sign in to comment.