Skip to content

Commit

Permalink
Format Rust code using rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 23, 2024
1 parent ba4ebc0 commit e74b556
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/tds/codec/column_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,10 @@ mod tests {

assert_eq!(nd, d);

reader.read_u8().await.expect_err("decode must consume entire buffer");
reader
.read_u8()
.await
.expect_err("decode must consume entire buffer");
}

#[tokio::test]
Expand Down

0 comments on commit e74b556

Please sign in to comment.