attr_fn_like_width to 60

note the default is documented as 70 but this was not being honored by rustfmt

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-04-23 19:27:49 +00:00
parent 76509830e6
commit 5bcf3550ab
19 changed files with 190 additions and 42 deletions

View File

@@ -124,7 +124,12 @@ impl Engine {
#[inline]
#[must_use]
#[tracing::instrument(name = "sequence", level = "debug", skip_all, fields(sequence))]
#[tracing::instrument(
name = "sequence",
level = "debug",
skip_all,
fields(sequence)
)]
pub fn current_sequence(&self) -> u64 {
let sequence = self.db.latest_sequence_number();