Skip to content

Commit 1e8688d

Browse files
authored
Run clippy --fix (#291)
1 parent f98fc0d commit 1e8688d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fplus-lib/src/core/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3063,7 +3063,7 @@ impl LDNApplication {
30633063
Ok(false)
30643064
} else {
30653065
log::warn!("Val Proposal (SSD)- No active request");
3066-
return Ok(false);
3066+
Ok(false)
30673067
}
30683068
} else {
30693069
log::info!("Val Proposal (> SSD) - State is greater than StartSignDatacap");

0 commit comments

Comments
 (0)