Skip to content

Commit

Permalink
Update lib/kino/process.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Jul 11, 2024
1 parent 2f24c56 commit dda3ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kino/process.ex
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ defmodule Kino.Process do
{:registered_name, []} ->
case get_label(pid) do
:undefined ->
if idx == 0 || id == :undefined do
if idx == 0 or id == :undefined do
inspect(pid)
else
# Use worker/supervisor id as label
Expand Down

0 comments on commit dda3ca0

Please sign in to comment.