Skip to content

Commit d5e56a6

Browse files
committed
chore: rm newline
1 parent fad46af commit d5e56a6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "init4-bin-base"
44
description = "Internal utilities for binaries produced by the init4 team"
55
keywords = ["init4", "bin", "base"]
66

7-
version = "0.13.0"
7+
version = "0.12.1"
88
edition = "2021"
99
rust-version = "1.81"
1010
authors = ["init4", "James Prestwich", "evalir"]

src/utils/calc.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
use std::str::FromStr;
2-
31
use crate::utils::from_env::FromEnv;
42
use signet_constants::KnownChains;
3+
use std::str::FromStr;
54

65
/// A slot calculator, which can calculate slot numbers, windows, and offsets
76
/// for a given chain.

0 commit comments

Comments
 (0)