Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hirenko-v committed Sep 25, 2024
1 parent 0e36444 commit da0b17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/snippet/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ func (SnippetExecutor) Execute(_ context.Context, in executor.ExecuteInput) (exe
// fmt.Printf("%s has been successfully executed\n", command)

return executor.ExecuteOutput{
Message: api.NewCodeBlockMessage("", true),
Message: api.NewCodeBlockMessage("", false),
}, nil
}

Expand Down

0 comments on commit da0b17d

Please sign in to comment.