Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
wyardley committed Oct 19, 2024
1 parent d8f75a5 commit 16934d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2161,7 +2161,7 @@ func nodePoolNodeConfigUpdate(d *schema.ResourceData, config *transport_tpg.Conf
req.Tags = ntags
}

// sets tags to the empty list when user removes a previously defined list of tags entriely
// sets tags to the empty list when user removes a previously defined list of tags entriely
// aka the node pool goes from having tags to no longer having any
if req.Tags == nil {
tags := []string{}
Expand Down

0 comments on commit 16934d1

Please sign in to comment.