Skip to content

Commit bc0e54b

Browse files
committed
chore: go fmt
1 parent ac13b52 commit bc0e54b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/config/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type Config struct {
1515

1616
type Worker struct {
1717
corev1.PodTemplate
18-
Port int16 `json:"port"`
18+
Port int16 `json:"port"`
1919
}
2020

2121
type PodMutation struct {
@@ -40,7 +40,7 @@ func LoadConfig(filename string) (*Config, error) {
4040
func NewDefaultConfig() *Config {
4141
return &Config{
4242
Worker: Worker{
43-
Port: 1234,
43+
Port: 1234,
4444
PodTemplate: corev1.PodTemplate{
4545
Template: corev1.PodTemplateSpec{
4646
Spec: corev1.PodSpec{

0 commit comments

Comments
 (0)