Skip to content

Commit 021e240

Browse files
committed
specifier, fmt
1 parent f5af464 commit 021e240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sysvar/src/epoch_schedule.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@
119119
//! #
120120
//! # Ok::<(), anyhow::Error>(())
121121
//! ```
122-
use crate::Sysvar;
123122
#[cfg(feature = "bincode")]
124123
use crate::SysvarSerialize;
124+
use {crate::Sysvar, solana_program_error::ProgramError};
125125
pub use {
126126
solana_epoch_schedule::EpochSchedule,
127127
solana_sdk_ids::sysvar::epoch_schedule::{check_id, id, ID},

0 commit comments

Comments
 (0)