Skip to content

Commit a128514

Browse files
authored
Unfixed indentation
Replaced spaces with tabs to comply with your savage ways
1 parent e1ad82c commit a128514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PSModuleDevelopment/functions/assembly/Find-PSMDType.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
if ($boundEnum -and ($Enum -ne $type.IsEnum)) { continue }
119119
if ($InheritsFrom -and ($type.BaseType.FullName -notlike $InheritsFrom)) { continue }
120120
if ($Attribute -and ($type.CustomAttributes.AttributeType.Name -notlike $Attribute)) { continue }
121-
if ($boundStatic -and -not($type.IsAbstract -and $type.IsSealed)) { continue }
121+
if ($boundStatic -and -not($type.IsAbstract -and $type.IsSealed)) { continue }
122122

123123
$type
124124
}

0 commit comments

Comments
 (0)