style: format code

This commit is contained in:
ReaJason
2025-02-28 22:44:10 +08:00
parent b78f5dad1c
commit dfd6328494
4 changed files with 6 additions and 5 deletions
@@ -45,7 +45,7 @@ public abstract class AbstractShell {
return Collections.unmodifiableSet(toolMapping.getSupportedShellTypes());
}
public Set<ShellTool> getSupportedShellTools(){
public Set<ShellTool> getSupportedShellTools() {
return Collections.unmodifiableSet(map.keySet());
}
File diff suppressed because one or more lines are too long