← Back to PRs

#19671: chore: oxfmt docker and server methods

by DmitryIschanko open 2026-02-18 02:41 View on GitHub →
agents size: XS
Fix formatting in docker.ts and server-methods.ts so oxfmt check passes. <!-- greptile_comment --> <h3>Greptile Summary</h3> Reordered imports in `docker.ts` and `server-methods.ts` to place type imports after regular imports, conforming to oxfmt formatting rules. No functional changes. <h3>Confidence Score: 5/5</h3> - Safe to merge - formatting-only changes with no functional impact - Changes are purely cosmetic import reordering to comply with oxfmt formatting rules. No logic, behavior, or functionality is affected. - No files require special attention <sub>Last reviewed commit: 5e00c22</sub> <!-- greptile_other_comments_section --> <sub>(2/5) Greptile learns from your feedback when you react with thumbs up/down!</sub> <!-- /greptile_comment -->

Most Similar PRs