Skip to content

Commit

Permalink
refactor: makes liner happy: removes unnecessary trailling newline.
Browse files Browse the repository at this point in the history
  • Loading branch information
VAveryanov8 committed Dec 13, 2024
1 parent d85eeea commit 0cd8ad1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/cloudmeta/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ func (cloud *CloudMeta) GetInstanceMetadata(ctx context.Context) (InstanceMetada
return
case results <- msg{meta: meta, err: err}:
}

}(provider)
}

Expand Down

0 comments on commit 0cd8ad1

Please sign in to comment.