Skip to content

Commit

Permalink
Merge pull request #2 from authzed/ecordell-patch-1
Browse files Browse the repository at this point in the history
fix spacing in readme
  • Loading branch information
ecordell authored Jan 27, 2025
2 parents b92a29d + 22ad26c commit 34998fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func inner(ctx context.Context) {

func outer() {
ctx := context.Background()
ctxMyKey.WithBox(ctx)
ctxMyKey.WithBox(ctx)

inner(ctx)

Expand Down

0 comments on commit 34998fe

Please sign in to comment.