Skip to content

Commit ea3b8c4

Browse files
hossainjmphisiart
authored andcommitted
Reformat a file
PiperOrigin-RevId: 894233572
1 parent acfd84a commit ea3b8c4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

maldoca/astgen/ast_gen_test.cc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@ namespace maldoca {
3434
namespace {
3535

3636
struct 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
{

0 commit comments

Comments
 (0)