File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,18 +34,18 @@ namespace maldoca {
3434namespace {
3535
3636struct PrintFieldDefTestCase {
37- const char * field_def;
38- const char * ts_interface_field;
39- const char * cc_member_variable;
37+ const char * field_def;
38+ const char * ts_interface_field;
39+ const char * cc_member_variable;
4040};
4141
42- void TestPrintFieldDef (const PrintFieldDefTestCase & test_case) {
42+ void TestPrintFieldDef (const PrintFieldDefTestCase& test_case) {
4343 FieldDefPb field_def_pb;
4444 MALDOCA_ASSERT_OK (ParseTextProto (test_case.field_def , " test_case.field_def" ,
4545 &field_def_pb));
4646
47- MALDOCA_ASSERT_OK_AND_ASSIGN (auto field_def,
48- FieldDef::FromFieldDefPb (field_def_pb, " UsedLanguage" ));
47+ MALDOCA_ASSERT_OK_AND_ASSIGN (
48+ auto field_def, FieldDef::FromFieldDefPb (field_def_pb, " UsedLanguage" ));
4949
5050 std::string ts_interface_field;
5151 {
You can’t perform that action at this time.
0 commit comments