Skip to content

Commit

Permalink
Fix GitHubAnalytics formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
X-Guardian committed Jun 29, 2020
1 parent d7c412c commit 620fd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GitHubAnalytics.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function Group-GitHubIssue
$issues += Get-GitHubIssue -Uri 'https://github.com/powershell/xactivedirectory'
$issues | Group-GitHubIssue -Weeks 12 -DateType Closed
#>
[CmdletBinding(DefaultParameterSetName='Weekly')]
[CmdletBinding(DefaultParameterSetName = 'Weekly')]
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSReviewUnusedParameter", "", Justification="DateType due to PowerShell/PSScriptAnalyzer#1472")]
param
(
Expand Down

0 comments on commit 620fd5c

Please sign in to comment.