Skip to content

Commit 89bcd77

Browse files
committed
fix(pkl): gofmt ArtifactConfig alignment after Repository type change
1 parent 66796fa commit 89bcd77

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

internal/schema/pkl/model/config.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,9 @@ type Repository struct {
181181
}
182182

183183
type ArtifactConfig struct {
184-
URL url.URL `pkl:"url"`
185-
Username string `pkl:"username"`
186-
Password string `pkl:"password"`
184+
URL url.URL `pkl:"url"`
185+
Username string `pkl:"username"`
186+
Password string `pkl:"password"`
187187
Repositories []*Repository `pkl:"repositories"`
188188
}
189189

0 commit comments

Comments
 (0)