diff options
| author | chrislu <chris.lu@gmail.com> | 2024-05-20 11:03:56 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2024-05-20 11:03:56 -0700 |
| commit | d218fe54faa9e8603024c6957685d6c60941ef09 (patch) | |
| tree | d24fb309c44787516b91fcfc49f97658ce6e0c6b /weed/mq/schema/struct_to_schema_test.go | |
| parent | d3032d1e805ab363242c833d9a61db59b3941f21 (diff) | |
| download | seaweedfs-d218fe54faa9e8603024c6957685d6c60941ef09.tar.xz seaweedfs-d218fe54faa9e8603024c6957685d6c60941ef09.zip | |
go fmt
Diffstat (limited to 'weed/mq/schema/struct_to_schema_test.go')
| -rw-r--r-- | weed/mq/schema/struct_to_schema_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/mq/schema/struct_to_schema_test.go b/weed/mq/schema/struct_to_schema_test.go index d22939aef..fae27ecef 100644 --- a/weed/mq/schema/struct_to_schema_test.go +++ b/weed/mq/schema/struct_to_schema_test.go @@ -76,7 +76,7 @@ func TestStructToSchema(t *testing.T) { RecordTypeBegin(). WithField("Field3", TypeString). WithField("Field4", TypeInt32). - RecordTypeEnd(), + RecordTypeEnd(), ). RecordTypeEnd(), }, @@ -104,7 +104,7 @@ func TestStructToSchema(t *testing.T) { RecordTypeBegin(). WithField("Field6", TypeString). WithField("Field7", TypeBytes). - RecordTypeEnd(), + RecordTypeEnd(), ).RecordTypeEnd(), ). RecordTypeEnd(), |
