Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sdk: Fix fmt + add FieldType test #19493

Merged
merged 2 commits into from
Mar 10, 2023
Merged

sdk: Fix fmt + add FieldType test #19493

merged 2 commits into from
Mar 10, 2023

Conversation

tomhjp
Copy link
Contributor

@tomhjp tomhjp commented Mar 9, 2023

Follow up to #18729 to fix the fmt job (trailing whitespace) and help prevent regressions in the future.

Copy link
Contributor

@marcboudreau marcboudreau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -753,7 +753,7 @@ func (t FieldType) Zero() interface{} {
case TypeInt:
return 0
case TypeInt64:
return int64(0)
return int64(0)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Contributor

@akshya96 akshya96 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!

@tomhjp tomhjp merged commit ea33318 into main Mar 10, 2023
@tomhjp tomhjp deleted the sdk-types branch March 10, 2023 18:07
raymonstah pushed a commit that referenced this pull request Mar 17, 2023
* sdk: Fix fmt + add FieldType test

* Add test comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants