remove todo owner
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml
index 47a3246..90eed2f 100644
--- a/.github/workflows/format.yml
+++ b/.github/workflows/format.yml
@@ -71,7 +71,7 @@
START_REV: ${{ github.event.pull_request.base.sha }}
END_REV: ${{ github.event.pull_request.head.sha }}
CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
- # TODO(boomanaiden154): Once clang v18 is released, we should be able
+ # TODO: Once clang v18 is released, we should be able
# to take advantage of the new --diff_from_common_commit option
# explicitly in code-format-helper.py and not have to diff starting at
# the merge base.