revert commit

This commit is contained in:
Kevin Marquette
2018-10-16 09:16:49 -07:00
parent 00de5a093a
commit fecb5d3605
2 changed files with 3 additions and 2 deletions

View File

@@ -86,6 +86,6 @@ taskx BuildModule @{
Set-Content -Path $ModulePath -Value $sb.ToString() -Encoding 'UTF8'
'Moving "#Requires" statements and "using" directives...'
#Move-Statement -Path $ModulePath -Type 'Comment', 'Keyword' -Token '#Requires', 'using' -Index 0
Move-Statement -Path $ModulePath -Type 'Comment', 'Keyword' -Token '#Requires', 'using' -Index 0
}
}