Skip to content

Commit

Permalink
GitHub Actions: Fix Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Dec 23, 2024
1 parent fecd3c4 commit 1263f2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public void update() {
writeCacheFile(fs, tempFile);
createCacheFile(fs, tempFile);
} catch (IOException e) {
if (tempFile != null){
if (tempFile != null) {
cleanup(fs, tempFile);
}

Expand Down

0 comments on commit 1263f2e

Please sign in to comment.