style: fix code formatting
This commit is contained in:
parent
580e9c28cf
commit
ba00e613a8
1 changed files with 1 additions and 1 deletions
|
|
@ -857,7 +857,7 @@ func (al *AgentLoop) handleCommand(ctx context.Context, msg bus.InboundMessage)
|
||||||
if _, exists := al.channelManager.GetChannel(value); !exists && value != "cli" {
|
if _, exists := al.channelManager.GetChannel(value); !exists && value != "cli" {
|
||||||
return fmt.Sprintf("Channel '%s' not found or not enabled", value), true
|
return fmt.Sprintf("Channel '%s' not found or not enabled", value), true
|
||||||
}
|
}
|
||||||
|
|
||||||
// If message came from CLI, maybe we want to redirect CLI output to this channel?
|
// If message came from CLI, maybe we want to redirect CLI output to this channel?
|
||||||
// That would require state persistence about "redirected channel"
|
// That would require state persistence about "redirected channel"
|
||||||
// For now, just acknowledged.
|
// For now, just acknowledged.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue