Skip to content

Commit 09af437

Browse files
nihaltpCopilot
andauthored
Update src/main/java/com/mycmd/commands/TreeCommand.java
Co-authored-by: Copilot <[email protected]>
1 parent 0fd8919 commit 09af437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/mycmd/commands/TreeCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import java.io.File;
66

77
public class TreeCommand implements Command {
8-
public void execute(String[] args, ShellContext context){
8+
public void execute(String[] args, ShellContext context) {
99
File[] files = context.getCurrentDir().listFiles();
1010

1111
if (files == null || files.length == 0) {

0 commit comments

Comments
 (0)