Skip to content

Commit

Permalink
https://github.com/CSUG/HouseMD/issues/64
Browse files Browse the repository at this point in the history
  • Loading branch information
wangfei committed Jun 15, 2013
1 parent 2915e06 commit eedc0e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class Trace(val inst: Instrumentation, out: PrintOut)
(isInit(context.methodName) || this.context.thisObject == context.thisObject)

def reps(maxMethodSignLength: Int, maxClassLoaderLength: Int) =
"%1$-" + maxMethodSignLength + "s %2$-" + maxClassLoaderLength + "s %3$#9s %4$#9sms %5$s" format(
"%1$-" + maxMethodSignLength + "s %2$-" + maxClassLoaderLength + "s %3$9s %4$9sms %5$s" format(
methodSign,
loader,
totalTimes,
Expand Down

0 comments on commit eedc0e7

Please sign in to comment.