Home
last modified time | relevance | path

Searched refs:print_format_fix (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pigweed/pw_presubmit/py/pw_presubmit/
H A Dformat_code.py199 print_format_fix(_typescript_format(*ctx.paths, '--', '--write'))
301 print_format_fix(_yapf('--in-place', *ctx.paths, check=True).stdout)
506 def print_format_fix(stdout: bytes): function