Skip to content

Commit f45ad51

Browse files
committed
Cleanup base
1 parent 5953d78 commit f45ad51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/sol-anchor-contract/programs/sol-anchor-contract/src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ pub enum ErrorCode {
2020
LoanValueTooHigh,
2121
#[msg("Program should not try to serialize a price account.")]
2222
TryToSerializePriceAccount,
23-
}
23+
}

examples/sol-anchor-contract/programs/sol-anchor-contract/src/state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ impl Deref for PriceFeed {
4747
fn deref(&self) -> &Self::Target {
4848
&self.0
4949
}
50-
}
50+
}

0 commit comments

Comments
 (0)