Skip to content

Commit

Permalink
indent 1
Browse files Browse the repository at this point in the history
  • Loading branch information
voxparcxls committed Jan 19, 2024
1 parent 87a7c9c commit 5c5b31e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cws-installer/src/main/java/jpl/cws/task/CwsInstaller.java
Original file line number Diff line number Diff line change
Expand Up @@ -1064,11 +1064,8 @@ private static void setupLimitToRemoveAbandonedWorkersByDays() {


private static void getKeystorePassword() {

cws_keystore_storepass = getPreset("default_cws_keystore_storepass");

cws_keystore_storepass = getPreset("default_cws_keystore_storepass");
if (cws_keystore_storepass == null) {

Path filePath;
filePath = Paths.get("~/.cws/creds");
String storepassFilePath = filePath.toString();
Expand Down Expand Up @@ -1097,7 +1094,6 @@ private static void getKeystorePassword() {
} catch (IOException e) {
e.printStackTrace();
}

}
}

Expand Down

0 comments on commit 5c5b31e

Please sign in to comment.