Skip to content

Commit

Permalink
Fix syntax for spec/email/OWNERS (ampproject#25114)
Browse files Browse the repository at this point in the history
* Fix syntax for spec/email/OWNERS

* lint
  • Loading branch information
alanorozco authored and joshuarrrr committed Oct 22, 2019
1 parent 669b01d commit 1d5ab4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/email/OWNERS
Expand Up @@ -3,8 +3,8 @@

{
rules: [
owners: [
{ name: "ampproject/wg-amp4email" }
],
{
owners: [{name: 'ampproject/wg-amp4email'}],
},
],
}

0 comments on commit 1d5ab4e

Please sign in to comment.