Skip to content

Commit

Permalink
Format on 1.1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bryannaegele committed Mar 24, 2024
1 parent 040bc20 commit 930ff21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
elixir 1.16.2
erlang 26.2.1
2 changes: 1 addition & 1 deletion lib/uplink/supervisor.ex
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ defmodule Uplink.Supervisor do
{:telemetry_poller,
period: period,
measurements: measurements,
name: :"#{for _ <- 1..16, into: "", do: <<Enum.random('0123456789abcdef')>>}"}
name: :"#{for _ <- 1..16, into: "", do: <<Enum.random(~c"0123456789abcdef")>>}"}
end)
end
end

0 comments on commit 930ff21

Please sign in to comment.