Skip to content

Commit

Permalink
Fix identation
Browse files Browse the repository at this point in the history
Signed-off-by: Rogerio Bastos <[email protected]>
  • Loading branch information
rogeriobastos committed Jan 17, 2024
1 parent 3cee672 commit 9296fdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1828,8 +1828,8 @@ export const createJavaBom = async (path, options) => {
options.failOnError && process.exit(1);
}

// Cleanup
unlinkSync(tempSbtPlugins);
// Cleanup
unlinkSync(tempSbtPlugins);
} // for
} // else

Expand Down

0 comments on commit 9296fdf

Please sign in to comment.