Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
simisoft-exo committed Oct 7, 2024
1 parent 7839b96 commit 6fc3185
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cmd/dbaas_external_endpoint_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ func (c *dbaasExternalEndpointCreateCmd) cmdShort() string {
}

func (c *dbaasExternalEndpointCreateCmd) cmdRun(cmd *cobra.Command, args []string) error {
// Implement the command's main logic here
switch c.Type {
case "datadog":
return c.createDatadog(cmd, args)
Expand Down
1 change: 0 additions & 1 deletion cmd/dbaas_external_endpoint_update.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ func (c *dbaasExternalEndpointUpdateCmd) cmdShort() string {
}

func (c *dbaasExternalEndpointUpdateCmd) cmdRun(cmd *cobra.Command, args []string) error {
// Implement the command's main logic here
switch c.Type {
case "datadog":
return c.updateDatadog(cmd, args)
Expand Down

0 comments on commit 6fc3185

Please sign in to comment.