Skip to content

Commit 9df47f5

Browse files
committed
chore: lint project to fix pipeline
1 parent f0d4135 commit 9df47f5

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

internal/core/application/tunnel/factory.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ func (s *Service) createResourceManager(_ context.Context) (*framework.ResourceO
5151
framework.AddManager(orchestrator, dnsHandler, dnsConfigs)
5252

5353
return orchestrator, nil
54-
}
54+
}

internal/core/domain/ingress.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,3 @@ func NewDefaultIngress() *Ingress {
4343
},
4444
}
4545
}
46-

internal/platform/infrastructure/logger/init.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,3 @@ func InitLogger(level zerolog.Level) {
2727
},
2828
}).Level(level).With().Timestamp().CallerWithSkipFrameCount(3).Logger()
2929
}
30-

0 commit comments

Comments
 (0)