From 61a15fd805e4272687e9fa9848ac92ad410c3584 Mon Sep 17 00:00:00 2001 From: inoas Date: Fri, 17 May 2024 20:39:57 +0200 Subject: [PATCH] indent --- README.md | 2 +- src/stacky.gleam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca70a68..1ec78ce 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/stacky.gleam b/src/stacky.gleam index 278ccf1..24b5fc8 100644 --- a/src/stacky.gleam +++ b/src/stacky.gleam @@ -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)