We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd8919 commit 09af437Copy full SHA for 09af437
src/main/java/com/mycmd/commands/TreeCommand.java
@@ -5,7 +5,7 @@
5
import java.io.File;
6
7
public class TreeCommand implements Command {
8
- public void execute(String[] args, ShellContext context){
+ public void execute(String[] args, ShellContext context) {
9
File[] files = context.getCurrentDir().listFiles();
10
11
if (files == null || files.length == 0) {
0 commit comments