GitLogParser.js
authorAlan Knowles <alan@roojs.com>
Mon, 3 Dec 2012 04:28:06 +0000 (12:28 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 3 Dec 2012 04:28:06 +0000 (12:28 +0800)
GitLogParser.js

index 62d8f5b..5af79d5 100644 (file)
@@ -168,7 +168,7 @@ for (var h in res) {
     }
     
 }
-print("IDLE : " + Math.floor(totals.idle/60) +"h\n" );
+print("\nIDLE : " + Math.floor(totals.idle/60) +"h" );
 print("Worked: " + Math.floor(totals.work/60) +"h\n" );