Skip to content

Commit 02a88f3

Browse files
committed
Formatting touch-ups
1 parent 060e52d commit 02a88f3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/PSGitHubRestApi/Public/Edit-GitHubRepositoryRelease.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function Edit-GitHubRepositoryRelease {
7474
Body = $_bodyJson
7575
UseBasicParsing = $true
7676
}
77-
}process{
77+
}process {
7878
try {
7979
"Invoking Web Request" | Write-Verbose
8080
$_response = Invoke-WebRequest @_iwrArgs

src/PSGitHubRestApi/Public/Get-GitHubRepositoryRelease.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function Get-GitHubRepositoryRelease {
4747
Headers = $_headers
4848
UseBasicParsing = $true
4949
}
50-
}process{
50+
}process {
5151
try {
5252
"Invoking Web Request" | Write-Verbose
5353
$_response = Invoke-WebRequest @_iwrArgs

src/PSGitHubRestApi/Public/New-GitHubRepository.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ function New-GitHubRepository {
120120
Body = $_bodyJson
121121
UseBasicParsing = $true
122122
}
123-
}process{
123+
}process {
124124
try {
125125
"Invoking Web Request" | Write-Verbose
126126
$_response = Invoke-WebRequest @_iwrArgs

src/PSGitHubRestApi/Public/New-GitHubRepositoryRelease.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function New-GitHubRepositoryRelease {
7070
Body = $_bodyJson
7171
UseBasicParsing = $true
7272
}
73-
}process{
73+
}process {
7474
try {
7575
"Invoking Web Request" | Write-Verbose
7676
$_response = Invoke-WebRequest @_iwrArgs

src/PSGitHubRestApi/Public/New-GitHubRepositoryReleaseAsset.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function New-GitHubRepositoryReleaseAsset {
3939
InFile = $_assetItem.FullName
4040
UseBasicParsing = $true
4141
}
42-
}process{
42+
}process {
4343
try {
4444
"Invoking Web Request" | Write-Verbose
4545
$_response = Invoke-WebRequest @_iwrArgs

0 commit comments

Comments
 (0)