V0.2.0: removed an unnecessary Curly Brace.

This commit is contained in:
Evan Debenham 2014-09-05 17:30:41 -04:00
parent ff560b46a3
commit 1338cabf67

View File

@ -78,5 +78,4 @@ public class MasterThievesArmband extends Artifact {
return (((float)charge + chargeBonus)/value); return (((float)charge + chargeBonus)/value);
} }
} }
}
} }