Source beautified

This commit is contained in:
Maxime Sinclair
2013-07-10 10:37:21 +02:00
parent 6d1ca6c43c
commit ded3a5578a
@@ -39,7 +39,6 @@ public class TestSVG extends WebappTestCase {
int bobCounter = 0, aliceCounter = 0;
while (s.hasNext()) {
token = s.next();
System.out.println("Token : " + token);
if (token.startsWith("Bob")) {
bobCounter++;
}