Skip to content

Commit

Permalink
Checkstyle fix - wrong indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
yeozongyao committed Apr 13, 2024
1 parent 5cf817e commit d5924d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import java.util.Scanner;

public class ParserGenre {
static void parseSetGenre(BookList books, String[] inputArray) throws IOException {
static void parseSetGenre(BookList books, String[] inputArray) throws IOException {
Exceptions.validateCommandArguments(inputArray, 2, "The set-genre command requires " +
"at least a book index.");

Expand Down

0 comments on commit d5924d8

Please sign in to comment.