Skip to content

Commit 91e1447

Browse files
committed
lints
1 parent 60bbf31 commit 91e1447

File tree

1 file changed

+1
-1
lines changed
  • contracts/stellar-multicall/src

1 file changed

+1
-1
lines changed

contracts/stellar-multicall/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ mod tests;
1414

1515
cfg_if::cfg_if! {
1616
if #[cfg(all(feature = "library", not(test)))] {
17-
pub use interface::{MulticallClientClient, MulticallInterface};
17+
pub use interface::{MulticallClient, MulticallInterface};
1818
} else {
1919
mod contract;
2020

0 commit comments

Comments
 (0)