Skip to content

Commit

Permalink
Remove whitespaces and save with utf8-bom
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Moreau committed Dec 2, 2021
1 parent e8d5044 commit d49c257
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions PowerArubaCX/Public/Tacacs.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
#
# Copyright 2021, Cédric Moreau <moreaucedric0 at gmail dot com>
#
# SPDX-License-Identifier: Apache-2.0
Expand Down Expand Up @@ -66,7 +66,7 @@ function Add-ArubaCXTacacsServer {
$_tacacs | add-member -name "tcp_port" -membertype NoteProperty -Value $port

$_tacacs | add-member -name "vrf" -membertype NoteProperty -Value ("/rest/" + $($connection.version) + "/system/vrfs/" + $vrf)

$_tacacs | add-member -name "default_group_priority" -membertype NoteProperty -Value $default_group_priority

$_group = @()
Expand Down Expand Up @@ -368,4 +368,4 @@ function Remove-ArubaCXTacacsServer {

End {
}
}
}
2 changes: 1 addition & 1 deletion Tests/integration/Tacacs.Tests.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
#
# Copyright 2020, Cédric Moreau <moreaucedric0 at gmail dot com>
#
# SPDX-License-Identifier: Apache-2.0
Expand Down

0 comments on commit d49c257

Please sign in to comment.