chore: format files blocking CI checks#22391
Merged
vincentkoc merged 1 commit intomainfrom Feb 21, 2026
Merged
Conversation
ly85206559
pushed a commit
to ly85206559/openclaw
that referenced
this pull request
Feb 21, 2026
Hansen1018
pushed a commit
to Hansen1018/openclaw
that referenced
this pull request
Feb 21, 2026
mmyyfirstb
pushed a commit
to mmyyfirstb/openclaw
that referenced
this pull request
Feb 21, 2026
clickmediapropy
pushed a commit
to clickmediapropy/openclaw
that referenced
this pull request
Feb 22, 2026
obviyus
pushed a commit
to guirguispierre/openclaw
that referenced
this pull request
Feb 22, 2026
mreedr
pushed a commit
to mreedr/openclaw-custom
that referenced
this pull request
Feb 24, 2026
zooqueen
pushed a commit
to hanzoai/bot
that referenced
this pull request
Mar 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR fixes formatting-only drift introduced by formatter state outside the scope of metadata PRs.
It addresses:
Changes are import-order only and have no behavior impact.
Why:
Once merged, PR #22345 should no longer fail CI due to unrelated formatting checks.
Greptile Summary
This PR reorders imports in three files to fix
oxfmt --checkfailures blocking CI checks. All changes are formatting-only with zero behavioral impact - the imports follow consistent ordering with Node.js built-ins first, external packages second, and local imports last.Confidence Score: 5/5
Last reviewed commit: 2890c59