fixed heinous breakage, added backtrace support
[org.ibex.core.git] / src / org / ibex / Template.java
index fb9f4cc..49748ac 100644 (file)
@@ -118,7 +118,6 @@ public class Template {
                     // FIXME: should we be resolving all of these in the XML-parsing code?
                 }
             }
-
             b.putAndTriggerTraps(key, val);
         }
     }