Skip to content

Commit

Permalink
Fixing a bug found by sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
pkiraly committed Apr 10, 2021
1 parent da8baf3 commit 2c6bb71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -DskipGpg=true
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -DskipGpg=true
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ public void save(String fileName)
writer.println(String.format("%d;%s", entry.getValue(), entry.getKey()));
}
writer.flush();
writer.close();
}
}

Expand Down

0 comments on commit 2c6bb71

Please sign in to comment.