File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ macro_rules! permissions {
101
101
) *
102
102
$(
103
103
if permission == concat!( "crates_io_ops_app" , stringify!( $crates_io_ops_app) ) {
104
- return self . crates_io_ops_bot. $crates_io_ops_app
104
+ return self . crates_io_ops_bot. $crates_io_ops_app
105
105
}
106
106
) *
107
107
false
Original file line number Diff line number Diff line change @@ -140,11 +140,11 @@ impl<'a> Generator<'a> {
140
140
. collect :: < Vec < _ > > ( ) ;
141
141
let mut github_ids = allowed. iter ( ) . map ( |p| p. github_id ( ) ) . collect :: < Vec < _ > > ( ) ;
142
142
143
- let mut discord_ids = allowed
143
+ let mut discord_ids = allowed
144
144
. iter ( )
145
145
. map ( |p| p. discord_id ( ) . unwrap_or ( 0 ) )
146
146
. collect :: < Vec < _ > > ( ) ;
147
-
147
+
148
148
github_users. sort ( ) ;
149
149
github_ids. sort ( ) ;
150
150
discord_ids. sort ( ) ;
You can’t perform that action at this time.
0 commit comments