remove new line when prompting user about package

This commit is contained in:
Thomas Rubini 2022-12-15 19:43:46 +01:00
parent 4e59b17b7c
commit a936d618db
No known key found for this signature in database
GPG Key ID: C7D287C8C1CAC373

View File

@ -37,7 +37,7 @@ public class FrontendTerminal implements Frontend{
searchedPacket.getDescription());
}
System.out.printf("Pick a package to see in details (0-%s) : %n", packets.size()-1);
System.out.printf("Pick a package to see in details (0-%s) : ", packets.size()-1);
Scanner input = new Scanner(System.in);
// we create vars for the loop