Skip to content

Commit

Permalink
Another attempt to fix intendation and make pslint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannik committed Jul 1, 2024
1 parent 3f2183f commit 67ca424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/module_utils/_ADObject.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -1028,8 +1028,8 @@ Function Invoke-AnsibleADObject {

if ($ModuleNoun -eq "ADGroup") {
$spec.options['flatten'] = @{
type = 'bool'
default = $false
type = 'bool'
default = $false
}
}

Expand Down

0 comments on commit 67ca424

Please sign in to comment.