From 67c1d5d45123969623ab2617ed872ab1298fb3fe Mon Sep 17 00:00:00 2001 From: microwavedcola1 Date: Sat, 14 May 2022 10:55:52 +0200 Subject: [PATCH] format Signed-off-by: microwavedcola1 --- programs/mango-v4/src/instructions/serum3_settle_funds.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/programs/mango-v4/src/instructions/serum3_settle_funds.rs b/programs/mango-v4/src/instructions/serum3_settle_funds.rs index 3dc86cc91..1820eeb32 100644 --- a/programs/mango-v4/src/instructions/serum3_settle_funds.rs +++ b/programs/mango-v4/src/instructions/serum3_settle_funds.rs @@ -1,7 +1,6 @@ use anchor_lang::prelude::*; use anchor_spl::token::{Token, TokenAccount}; - use crate::error::*; use crate::state::*;