Skip to content

Commit aa9248c

Browse files
committed
format
1 parent 17de989 commit aa9248c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/GRPCProtobufCodeGenTests/ProtobufCodeGenParserTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ struct ProtobufCodeGenParserTests {
6262
func dependencies() {
6363
let expected: [GRPCCodeGen.Dependency] = [
6464
.init(module: "GRPCProtobuf", accessLevel: .internal), // Always an internal import
65-
.init(module: "SwiftProtobuf", accessLevel: .internal)
65+
.init(module: "SwiftProtobuf", accessLevel: .internal),
6666
]
6767
#expect(self.codeGen.dependencies == expected)
6868
}

0 commit comments

Comments
 (0)