Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
evenh committed Jun 6, 2019
1 parent 6f0be29 commit b1dd10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azuread/resource_group_member_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func testCheckAzureADGroupMemberDestroy(s *terraform.State) error {
var memberObjectID string
for members.NotDone() {
// possible members are users, groups or service principals
// we try to 'cast' each result as the correspondig type and diff
// we try to 'cast' each result as the corresponding type and diff
// if we found the object we're looking for
user, _ := members.Value().AsUser()
if user != nil {
Expand Down

0 comments on commit b1dd10d

Please sign in to comment.