Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
breqdev committed Nov 16, 2023
1 parent 9db50f3 commit 9b4cbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/memory/logging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ impl Memory for LoggingMemory {
self.message,
address + self.offset,
value
}
);
value
}

Check warning on line 29 in src/memory/logging.rs

View check run for this annotation

Codecov / codecov/patch

src/memory/logging.rs#L20-L29

Added lines #L20 - L29 were not covered by tests

Expand Down

0 comments on commit 9b4cbdf

Please sign in to comment.