Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
brightrim committed Nov 26, 2024
1 parent e36c516 commit c1d5d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magic/arcane/spatial.lua
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ local function getDestinationText(book)
local prefixEn = "Destination: "
local prefixDe = "Ziel: "

return prefixDe..destinationDe.."\n", prefixEn..destinationEn.."\n"
return prefixDe..destinationDe.."\n\n", prefixEn..destinationEn.."\n\n"
end

function M.showBookQuality(user)
Expand Down

0 comments on commit c1d5d2a

Please sign in to comment.