diff options
| author | kennytm <kennytm@gmail.com> | 2019-03-10 18:02:40 +0800 |
|---|---|---|
| committer | kennytm <kennytm@gmail.com> | 2019-03-10 18:02:40 +0800 |
| commit | d6f51006cd47ca3f1ccacc4e0faa345877653b81 (patch) | |
| tree | b0a471862f6b7764a3fd71798d2ca6c40801ec99 | |
| parent | 135b686db41f67c4241144e25277a90092b014f4 (diff) | |
| download | rust-d6f51006cd47ca3f1ccacc4e0faa345877653b81.tar.gz rust-d6f51006cd47ca3f1ccacc4e0faa345877653b81.zip | |
Fix tidy
| -rwxr-xr-x | src/tools/publish_toolstate.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/tools/publish_toolstate.py b/src/tools/publish_toolstate.py index 6e06034db59..f2a585e6273 100755 --- a/src/tools/publish_toolstate.py +++ b/src/tools/publish_toolstate.py @@ -22,7 +22,10 @@ MAINTAINERS = { 'nomicon': '@frewsxcv @Gankro', 'reference': '@steveklabnik @Havvy @matthewjasper @alercah', 'rust-by-example': '@steveklabnik @marioidival @projektir', - 'embedded-book': '@adamgreig @andre-richter @jamesmunns @korken89 @ryankurte @thejpster @therealprof', + 'embedded-book': ( + '@adamgreig @andre-richter @jamesmunns @korken89 ' + '@ryankurte @thejpster @therealprof' + ), } REPOS = { |
