Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit 87ae3ba

Browse files
authored
Revert the changes from automatic merge commit from master to developer branch. (#361)
1 parent cf98d71 commit 87ae3ba

File tree

2 files changed

+1
-97
lines changed

2 files changed

+1
-97
lines changed

PSSwagger/GeneratedHelpers.ps1

Lines changed: 0 additions & 96 deletions
This file was deleted.

PSSwagger/Paths.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1310,7 +1310,7 @@ function Convert-GenericTypeToString {
13101310
)
13111311

13121312
if (-not $Type.IsGenericType) {
1313-
return $Type.FullName.Trim('[]')
1313+
return $Type.FullName
13141314
}
13151315

13161316
$genericTypeStr = ''

0 commit comments

Comments
 (0)