mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Join with space
This commit is contained in:
@@ -12,6 +12,6 @@ defmodule FgHttpWeb.DeviceView do
|
||||
end
|
||||
|
||||
defp reverse_concat(word, number) do
|
||||
"#{number}" <> "#{word}"
|
||||
"#{number} " <> "#{word}"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user