Skip to content

Commit 2924260

Browse files
lint
Signed-off-by: David Porter <[email protected]>
1 parent 1166834 commit 2924260

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

common/domain/handler.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,6 @@ func (d *handlerImpl) updateGlobalDomainConfiguration(ctx context.Context,
827827
return response, nil
828828
}
829829

830-
831830
func (d *handlerImpl) updateLocalDomain(ctx context.Context,
832831
updateRequest *types.UpdateDomainRequest,
833832
currentState *persistence.GetDomainResponse,
@@ -1178,7 +1177,6 @@ func (d *handlerImpl) FailoverDomain(
11781177
}, nil
11791178
}
11801179

1181-
11821180
// DeleteDomain deletes a domain
11831181
func (d *handlerImpl) DeleteDomain(
11841182
ctx context.Context,

0 commit comments

Comments
 (0)