Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Jul 25, 2023
1 parent 604b28e commit 64f5965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GraphEssentials.psd1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@{
@{
AliasesToExport = @()
Author = 'Przemyslaw Klys'
CmdletsToExport = @()
Expand Down
2 changes: 1 addition & 1 deletion GraphEssentials.psm1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Get public and private function definition files.
#Get public and private function definition files.
$Public = @( Get-ChildItem -Path $PSScriptRoot\Public\*.ps1 -ErrorAction SilentlyContinue -Recurse )
$Private = @( Get-ChildItem -Path $PSScriptRoot\Private\*.ps1 -ErrorAction SilentlyContinue -Recurse )
$Classes = @( Get-ChildItem -Path $PSScriptRoot\Classes\*.ps1 -ErrorAction SilentlyContinue -Recurse )
Expand Down

0 comments on commit 64f5965

Please sign in to comment.