Skip to content

Commit 8bfddf3

Browse files
authored
Fix formatting (#1796)
1 parent daa008e commit 8bfddf3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Tests/GRPCProtobufCodeGenTests/ProtobufCodeGenParserTests.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ final class ProtobufCodeGenParserTests: XCTestCase {
3131
"""
3232
)
3333
}
34-
let parsedCodeGenRequest = try ProtobufCodeGenParser(input: fileDescriptor, protoFileModuleMappings: ProtoFileToModuleMappings()).parse()
34+
let parsedCodeGenRequest = try ProtobufCodeGenParser(
35+
input: fileDescriptor,
36+
protoFileModuleMappings: ProtoFileToModuleMappings()
37+
).parse()
3538
XCTAssertEqual(parsedCodeGenRequest.fileName, "helloworld.proto")
3639
XCTAssertEqual(
3740
parsedCodeGenRequest.leadingTrivia,

0 commit comments

Comments
 (0)