mirror of
https://github.com/shankar0123/certctl.git
synced 2026-06-07 13:51:36 +00:00
style: run gofmt -s across all Go files
Fixes Go Report Card gofmt score from 52% to 100%. Pure formatting changes — no logic modifications. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -910,8 +910,8 @@ func (m *mockIssuerRepository) Delete(ctx context.Context, id string) error {
|
||||
// Mock service implementations for handlers that need them but aren't tested
|
||||
|
||||
type mockTargetService struct {
|
||||
targetRepo *mockTargetRepository
|
||||
auditService *service.AuditService
|
||||
targetRepo *mockTargetRepository
|
||||
auditService *service.AuditService
|
||||
}
|
||||
|
||||
func (m *mockTargetService) ListTargets(page, perPage int) ([]domain.DeploymentTarget, int64, error) {
|
||||
|
||||
Reference in New Issue
Block a user