From 2f3a7c56d5fd04416cd78884fb6ec0ea43cc7e68 Mon Sep 17 00:00:00 2001 From: JRHerlehy Date: Fri, 20 Feb 2015 04:10:10 -0800 Subject: [PATCH] Formatting Bartel Runeaxe Cleanup text formatting in code file. --- Mage.Sets/src/mage/sets/legends/BartelRuneaxe.java | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Mage.Sets/src/mage/sets/legends/BartelRuneaxe.java b/Mage.Sets/src/mage/sets/legends/BartelRuneaxe.java index d7e60f63a5..4d7ef621e6 100644 --- a/Mage.Sets/src/mage/sets/legends/BartelRuneaxe.java +++ b/Mage.Sets/src/mage/sets/legends/BartelRuneaxe.java @@ -112,12 +112,11 @@ class BartelRuneaxeEffect extends ContinuousRuleModifiyingEffectImpl { Card targetCard = game.getCard(event.getTargetId()); StackObject stackObject = (StackObject) game.getStack().getStackObject(event.getSourceId()); if (targetCard != null && stackObject != null && targetCard.getId().equals(source.getSourceId())) { - if (stackObject.getSubtype().contains("Aura")) - { - return true; + if (stackObject.getSubtype().contains("Aura")) { + return true; } } } return false; } -} \ No newline at end of file +}