Skip to content

Commit

Permalink
style: Formatted Java files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 16, 2024
1 parent 8b56335 commit c2f7433
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CLI/src/main/java/main/Drifty_CLI.java
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ private static void ensureYamlFileExists() {
}
}
}

private static void listUrls() {
Yaml yaml = new Yaml();
Map<String, List<String>> data;
Expand Down Expand Up @@ -380,6 +381,7 @@ private static void addUrlToFile(String urlString) {
messageBroker.msgLogError("Error writing to YAML file: " + e.getMessage());
}
}

private static void printVersion() {
System.out.println("\033[1m" + APPLICATION_NAME + " " + VERSION_NUMBER + ANSI_RESET);
if (AppSettings.GET.ytDlpVersion().isEmpty()) {
Expand Down

0 comments on commit c2f7433

Please sign in to comment.