Skip to content

Commit 0fd8919

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

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
@@ -4,7 +4,7 @@
44
import com.mycmd.ShellContext;
55
import java.io.File;
66

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

0 commit comments

Comments
 (0)