From d58ae80354dd242181ce24950412e57bea9dfd93 Mon Sep 17 00:00:00 2001 From: Dana Robinson <43805+derobins@users.noreply.github.com> Date: Wed, 7 Jun 2023 08:40:09 -0700 Subject: Remove ref to format_source_patch (#3072) --- bin/format_source | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/format_source b/bin/format_source index 1d9e88a..fb0264c 100755 --- a/bin/format_source +++ b/bin/format_source @@ -5,8 +5,6 @@ # # Note that any files or directories that are excluded here should also be # added to the 'exclude' list in .github/workflows/clang-format-check.yml -# -# (Remember to update both bin/format_source and bin/format_source_patch) find . \( -type d -path ./config -prune -and -not -path ./config \) \ -or \( \( \! \( \ -- cgit v0.12