diff --git a/game/modules/tome/data/talents/spells/divination.lua b/game/modules/tome/data/talents/spells/divination.lua
index d5d217cee89a7e886396d313e9a8281dea1ff422..544f396bc0326a9bd648048d94c03520e26a26c9 100644
--- a/game/modules/tome/data/talents/spells/divination.lua
+++ b/game/modules/tome/data/talents/spells/divination.lua
@@ -73,8 +73,7 @@ newTalent{
 		Casting the eye does not take a turn.
 		Only one arcane eye can exist at any given time.
 		At level 5 its vision can see through invisibility, stealth and all other sight affecting effects.
-		]]):
-		format(math.floor(10 + self:getTalentLevel(t) * 3), math.floor(4 + self:getTalentLevel(t) * 3))
+		]]):format(math.floor(10 + self:getTalentLevel(t) * 3), math.floor(4 + self:getTalentLevel(t) * 3))
 	end,
 }