From 6a840036704014c8f58766841206f221fe667fc0 Mon Sep 17 00:00:00 2001 From: Loki Date: Tue, 21 Dec 2010 20:57:00 +0200 Subject: [PATCH] formatting fix --- Utils/cardclass.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utils/cardclass.tmpl b/Utils/cardclass.tmpl index 7033dfe295..a4bf5b63ae 100644 --- a/Utils/cardclass.tmpl +++ b/Utils/cardclass.tmpl @@ -44,7 +44,7 @@ public class [=$classname=] extends CardImpl<[=$classname=]> { public [=$classname=] (UUID ownerId) { super(ownerId, [=$collector=], "[=$name=]", Rarity.[=$rarity=], new CardType[]{[=$type=]}, "[=$manacost=]"); this.expansionSetCode = "[=$setcode=]"; - [=$subtype=] +[=$subtype=] [=$colors=] [=if (defined($power)) { $OUT .= "this.power = new MageInt($power);\n";