Skip to content

Commit

Permalink
Remove CODEOWNERS trailing whitespace (#150882)
Browse files Browse the repository at this point in the history
New analyze error in an unrelated PR 
```
╔═╡ERROR flutter#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 

flutter/flutter@2537b49
  • Loading branch information
jmagman authored Jun 26, 2024
1 parent 45ead88 commit a52e266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a52e266

Please sign in to comment.