Join with space

This commit is contained in:
Jamil Bou Kheir
2020-07-22 00:15:01 -05:00
parent 9c65424e54
commit 0139cf5bc0

View File

@@ -12,6 +12,6 @@ defmodule FgHttpWeb.DeviceView do
end
defp reverse_concat(word, number) do
"#{number}" <> "#{word}"
"#{number} " <> "#{word}"
end
end