Skip to content

Commit a54552c

Browse files
committed
fixup! Integrate TierStore into NodeBuilder
remove blank lines
1 parent 6c752e1 commit a54552c

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

src/builder.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ pub enum BuildError {
203203
AsyncPaymentsConfigMismatch,
204204
/// An attempt to setup a DNS Resolver failed.
205205
DNSResolverSetupFailed,
206-
207206
}
208207

209208
impl fmt::Display for BuildError {
@@ -241,7 +240,6 @@ impl fmt::Display for BuildError {
241240
Self::DNSResolverSetupFailed => {
242241
write!(f, "An attempt to setup a DNS resolver has failed.")
243242
},
244-
245243
}
246244
}
247245
}

tests/integration_tests_rust.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3201,5 +3201,3 @@ async fn builder_configures_sqlite_backup_store() {
32013201
assert_eq!(backup, primary, "backup mismatch for {pn}/{sn}/{key}");
32023202
}
32033203
}
3204-
3205-

0 commit comments

Comments
 (0)