Skip to content

Commit

Permalink
addressed linting issues
Browse files Browse the repository at this point in the history
Signed-off-by: shenda1 <[email protected]>
  • Loading branch information
shenda1 committed Dec 13, 2024
1 parent 594f5e5 commit ec3422d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions replication.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,7 @@ func (c *ClientIMPL) ExecuteActionOnReplicationSession(ctx context.Context, id s
}

// ModifyReplicationRule modifies replication rule
func (c *ClientIMPL) ModifyReplicationRule(ctx context.Context,
modifyParams *ReplicationRuleModify, id string) (resp EmptyResponse, err error) {
func (c *ClientIMPL) ModifyReplicationRule(ctx context.Context, modifyParams *ReplicationRuleModify, id string) (resp EmptyResponse, err error) {
_, err = c.APIClient().Query(
ctx,
RequestConfig{
Expand Down

0 comments on commit ec3422d

Please sign in to comment.