From c38c827f1943f34a45aeb574cbc6fedb1e2eeb8b Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Tue, 27 Jul 2021 15:48:14 +0200 Subject: [PATCH] Site(DCIM): Fix indent (use 4 spaces for header) --- Functions/DCIM/Sites/Get-NetboxDCIMSite.ps1 | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Functions/DCIM/Sites/Get-NetboxDCIMSite.ps1 b/Functions/DCIM/Sites/Get-NetboxDCIMSite.ps1 index 5e91e9e..963e089 100644 --- a/Functions/DCIM/Sites/Get-NetboxDCIMSite.ps1 +++ b/Functions/DCIM/Sites/Get-NetboxDCIMSite.ps1 @@ -1,14 +1,14 @@ <# - .NOTES - =========================================================================== - Created with: SAPIEN Technologies, Inc., PowerShell Studio 2020 v5.7.181 - Created on: 2020-10-02 15:52 - Created by: Claussen - Organization: NEOnet - Filename: Get-NetboxDCIMSite.ps1 - =========================================================================== - .DESCRIPTION - A description of the file. + .NOTES + =========================================================================== + Created with: SAPIEN Technologies, Inc., PowerShell Studio 2020 v5.7.181 + Created on: 2020-10-02 15:52 + Created by: Claussen + Organization: NEOnet + Filename: Get-NetboxDCIMSite.ps1 + =========================================================================== + .DESCRIPTION + A description of the file. #>