Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeSandwich committed Sep 21, 2024
1 parent 09afce4 commit 5f823bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tracing/writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ impl<W: Write> TraceWriter<W> {
self
}

/// Sets the starting indentation level.
/// Sets whether contract creation codes should be written.
#[inline]
pub fn write_creation_codes(mut self, yes: bool) -> Self {
self.write_creation_codes = yes;
Expand Down

0 comments on commit 5f823bb

Please sign in to comment.