Skip to content

Commit

Permalink
Fix syntax error in CODEOWNERS
Browse files Browse the repository at this point in the history
Owners are space-separated, not comma-separated. It is presumed that
this syntax error is why reviews have not been being suggested for
assignment as expected.
  • Loading branch information
cbeams committed Nov 5, 2018
1 parent 067b773 commit ce5bf55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

* @ManfredKarrer
/assets/ @blabno
/desktop/ @ripcurlx, @ManfredKarrer
/desktop/ @ripcurlx @ManfredKarrer
*gradle* @cbeams
/pricenode/ @cbeams

0 comments on commit ce5bf55

Please sign in to comment.