Run cargo-fmt
This commit is contained in:
parent
22eaf8da15
commit
5758e77371
12 changed files with 81 additions and 70 deletions
|
@ -5,8 +5,8 @@
|
|||
|
||||
mod vcd;
|
||||
pub use vcd::parse::parse_vcd;
|
||||
pub use vcd::types::{ScopeIdx, SignalIdx, VCD};
|
||||
pub use vcd::types::{Metadata, Timescale, Version};
|
||||
pub use vcd::signal::{Signal, SignalValue};
|
||||
pub use vcd::types::{Metadata, Timescale, Version};
|
||||
pub use vcd::types::{ScopeIdx, SignalIdx, VCD};
|
||||
|
||||
pub use num::BigUint;
|
||||
|
|
Reference in a new issue