Fix lines not being reversed

This commit is contained in:
Shadowfacts 2020-07-18 23:08:19 -04:00
parent 9c8a738494
commit 6dc765f611
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 1 additions and 1 deletions

View File

@ -111,6 +111,6 @@ defmodule Gemini do
end
end)
lines
Enum.reverse(lines)
end
end