Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit e40175d

Browse files
committed
cargo fmt
1 parent fb97097 commit e40175d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

token/client/src/token.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2485,9 +2485,9 @@ where
24852485
.await
24862486
.map_err(TokenError::Client)?;
24872487

2488-
// A closure that constructs a vector of instructions needed to create and write to record
2489-
// accounts. The closure is defined as a convenience function to be fed into the function
2490-
// `calculate_record_max_chunk_size`.
2488+
// A closure that constructs a vector of instructions needed to create and write
2489+
// to record accounts. The closure is defined as a convenience function
2490+
// to be fed into the function `calculate_record_max_chunk_size`.
24912491
let create_record_instructions = |first_instruction: bool, bytes: &[u8], offset: u64| {
24922492
let mut ixs = vec![];
24932493
if first_instruction {

0 commit comments

Comments
 (0)