Small code cleanup.
[Project_POO.git] / exo5 / Main.java
index 3e0f331bbaa4890a33b724ec1f265811dc3ad5fe..f8fac79d30962692271303ab403857440c90a36e 100644 (file)
@@ -23,7 +23,6 @@ class Main {
             Scanner sc = new Scanner(f);
             while (sc.hasNext()) {
                 String wordCursor = sc.next();
-
                 Integer count = tm.get(wordCursor);
                 if (count == null) {
                     count = 0;