Skip to content

Commit ff80205

Browse files
committed
minor lint fixes
1 parent 77a40be commit ff80205

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

internal/config.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ func (c *ComponentConfig) SetDefaults() {
9393
if c.ShortName == "" {
9494
c.ShortName = c.Name
9595
}
96-
9796
}
9897

9998
type SiteComponent struct {

internal/plugin.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ func (p *AzurePlugin) SetGlobalConfig(data map[string]any) error {
8888
}
8989

9090
func (p *AzurePlugin) SetSiteConfig(site string, data map[string]any) error {
91-
9291
// If data is empty then exit early since we only want to take action when
9392
// there is data.
9493
if len(data) == 0 {

0 commit comments

Comments
 (0)