Skip to content

Commit

Permalink
fix: error message variable order
Browse files Browse the repository at this point in the history
  • Loading branch information
ttiurani committed Sep 1, 2024
1 parent d475b4f commit 5a1f98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ impl Storage {
Err(HypercoreError::InvalidOperation {
context: format!(
"Could not read from store {}, index {} / length {} is out of bounds for store length {}",
current_store,
instruction.index,
read_length,
current_store,
length
),
})
Expand Down

0 comments on commit 5a1f98f

Please sign in to comment.