mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
win_defrag: Fix pslint issues (#37719)
This commit is contained in:
parent
f78b415db0
commit
fdc0e5c5fb
2 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
#!powershell
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
|
||||
# Copyright: (c) 2017, Dag Wieers (@dagwieers) <dag@wieers.com>
|
||||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||
|
||||
|
@ -63,7 +63,7 @@ namespace Ansible.Command {
|
|||
}
|
||||
'@
|
||||
|
||||
$util_type = Add-Type -TypeDefinition $util_def
|
||||
Add-Type -TypeDefinition $util_def
|
||||
|
||||
$arguments = ""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue