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

Fix code format #594

Merged
merged 2 commits into from
Dec 18, 2024
Merged

Fix code format #594

merged 2 commits into from
Dec 18, 2024

Conversation

shuheiktgw
Copy link
Collaborator

SSIA.

Before submitting your PR, please confirm the following.

  • Describe the purpose for which you created this PR.
  • Create test code that corresponds to the modification

@codecov-commenter
Copy link

codecov-commenter commented Dec 15, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.35%. Comparing base (e1d8782) to head (6b01350).
Report is 3 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #594      +/-   ##
==========================================
- Coverage   77.43%   77.35%   -0.08%     
==========================================
  Files          21       21              
  Lines        7772     7829      +57     
==========================================
+ Hits         6018     6056      +38     
- Misses       1342     1354      +12     
- Partials      412      419       +7     

@@ -2528,7 +2528,7 @@ s: >-3
CharacterType: token.CharacterTypeIndicator,
Indicator: token.BlockScalarIndicator,
Value: "|",
Origin: "\n| ", //nolint:gci,gofmt
Origin: "\n| ", //nolint:gci,gofmt
Copy link
Owner

Choose a reason for hiding this comment

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

My gofmt ( maybe gofmt built by Go 1.22.8 ) changes to the current state, so I don't accept this changes 🤔
I think it's a difference depending on the version of gofmt.

Copy link
Owner

Choose a reason for hiding this comment

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

No, it wasn't. I think it was probably due to goimports. I'll look into it a bit more.

Copy link
Owner

Choose a reason for hiding this comment

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

Sorry, the problem was that my goimports were very old. I updated it and the problem was solved 😄

Copy link
Owner

Choose a reason for hiding this comment

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

Please remove //nolint:gci,gofmt comment 🙏

Copy link
Collaborator Author

@shuheiktgw shuheiktgw Dec 18, 2024

Choose a reason for hiding this comment

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

Thank you for the review! Fixed it! 🙏

@goccy goccy merged commit 0c41d8e into master Dec 18, 2024
19 checks passed
@goccy goccy deleted the fix_fmt branch December 18, 2024 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants