Skip to content

Commit

Permalink
use grid
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramilito committed Dec 3, 2023
1 parent 7269940 commit 46466c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/print.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ impl Pretty {
PrettyPrinter::new()
.input(Input::from_bytes(&string.as_bytes()))
.header(false)
.grid(false)
.grid(true)
.language("log")
.theme("OneHalfDark")
.print()
Expand Down

0 comments on commit 46466c1

Please sign in to comment.