Skip to content

Commit

Permalink
Fix comment spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
briancain committed Feb 21, 2024
1 parent 065e600 commit 5d72ac4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions internal/commands/waypoint/actionconfig/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ func listActionConfig(c *cmd.Command, args []string, opts *ListOpts) error {
}

/*
respPayload := resp.GetPayload()
if len(respPayload.ActionConfigs) > 0 {
// Print them
// TODO(briancain): https://github.com/hashicorp/hcp/issues/16
}
respPayload := resp.GetPayload()
if len(respPayload.ActionConfigs) > 0 {
// Print them
// TODO(briancain): https://github.com/hashicorp/hcp/issues/16
}
*/

return nil
Expand Down

0 comments on commit 5d72ac4

Please sign in to comment.