From a52e266b7953b4423733306da6c37b83cfde3bb1 Mon Sep 17 00:00:00 2001 From: Jenn Magder Date: Wed, 26 Jun 2024 14:59:56 -0700 Subject: [PATCH] Remove CODEOWNERS trailing whitespace (#150882) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New analyze error in an unrelated PR ``` ╔═╡ERROR #1╞════════════════════════════════════════════════════════════════════ ║ /b/s/w/ir/x/w/flutter/CODEOWNERS:13: trailing U+0020 space character ╚═══════════════════════════════════════════════════════════════════════════════ ``` https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8744032390138579057/+/u/run_test.dart_for_analyze_shard_and_subshard_None/stdout On this commit https://github.com/flutter/flutter/commit/2537b49e4ee1b636b81762be9bd9687941db99ae --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 57f21400ce3..b45ddf1515e 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -10,6 +10,6 @@ /packages/flutter_tools/templates/module/ios/ @jmagman /packages/flutter_tools/templates/**/Podfile* @jmagman -# In the process of moving to flutter/engine, so ask matan if +# In the process of moving to flutter/engine, so ask matan if # modifying anything here (https://github.com/flutter/flutter/issues/150869). /docs/engine/** @matanlurey