Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
inoas committed May 17, 2024
1 parent e231efc commit 61a15fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Trace to string:
Frame with context:
# 06 main() of src/stacky/internal/examples/example_readme.gleam
in /SOME_PATH/stacky/build/dev/erlang/stacky/_gleam_artefacts/stacky@internal@examples@example_readme.erl:8
with context: #("my_context")
context: #("my_context")
```

## Demos
Expand Down
2 changes: 1 addition & 1 deletion src/stacky.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ pub fn print_frame_with(stack_frame: StackFrame, context c: c) {
|> frame_to_string()
|> io.print

io.print("\nwith context: ")
io.print("\n \tcontext: ")
pprint.debug(c)

process.sleep(100)
Expand Down

0 comments on commit 61a15fd

Please sign in to comment.