Skip to content

Commit c316598

Browse files
Remove trailing commas in function definitions
1 parent 813faa2 commit c316598

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/GRPCProtobuf/Errors/ErrorDetails+Types.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ extension ErrorDetails {
278278

279279
public init(
280280
subject: String,
281-
description: String,
281+
description: String
282282
) {
283283
self.subject = subject
284284
self.violationDescription = description
@@ -501,7 +501,7 @@ extension ErrorDetails {
501501

502502
public init(
503503
field: String,
504-
description: String,
504+
description: String
505505
) {
506506
self.field = field
507507
self.violationDescription = description

0 commit comments

Comments
 (0)