Skip to content

Commit

Permalink
Fix(App): Removed unnecessary lines
Browse files Browse the repository at this point in the history
  • Loading branch information
SaptarshiSarkar12 committed Jul 7, 2023
1 parent 0511208 commit f1dab34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/Utils/DriftyConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public final class DriftyConstants {
public static final String VERSION_FLAG_SHORT = "-v";
public static final String LOCATION_FLAG_SHORT = "-l";
public static final String BATCH_FLAG_SHORT = "-b";
public static final String ENTER_FILE_NAME_WITH_EXTENSION = "Please enter the filename with file extension (fileName.extension) you would like to download : ";
public static final String ENTER_FILE_NAME_WITH_EXTENSION = "Please enter the filename with file extension (fileName.extension) : ";
public static final String ENTER_FILE_LINK = "Enter the link to the file (in the form of https://www.example.com/fileName.extension) or a YouTube Video link : ";
public static final String OS_NAME = "os.name";
public static final String WINDOWS_OS_NAME = "Windows";
Expand Down

0 comments on commit f1dab34

Please sign in to comment.