Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit d54f480

Browse files
author
Aleksi Salmela
committed
Fix whitespace typo.
1 parent 86ff5c0 commit d54f480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/fi/helsinki/cs/tmc/cli/command/ConfigCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public void run(CliContext context, CommandLine args) {
7171
return;
7272
}
7373

74-
if(get) {
74+
if (get) {
7575
if (arguments.length != 0) {
7676
io.errorln("There should not be extra arguments when using --get option.");
7777
printUsage(context);

0 commit comments

Comments
 (0)