File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ impl AsyncPush {
164164 * last_res = match res {
165165 Ok ( ( ) ) => None ,
166166 Err ( e) => {
167- log:: error!( "push error: {e}" , ) ;
167+ log:: error!( "push error: {e}" ) ;
168168 Some ( e. to_string ( ) )
169169 }
170170 } ;
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ impl Callbacks {
107107 reference : & str ,
108108 msg : Option < & str > ,
109109 ) {
110- log:: debug!( "push_update_reference: '{reference}' {msg:?}" , ) ;
110+ log:: debug!( "push_update_reference: '{reference}' {msg:?}" ) ;
111111
112112 if let Ok ( mut stats) = self . stats . lock ( ) {
113113 stats. push_rejected_msg = msg
@@ -162,7 +162,7 @@ impl Callbacks {
162162 total : usize ,
163163 bytes : usize ,
164164 ) {
165- log:: debug!( "progress: {current}/{total} ({bytes} B)" , ) ;
165+ log:: debug!( "progress: {current}/{total} ({bytes} B)" ) ;
166166 self . sender . clone ( ) . map ( |sender| {
167167 sender. send ( ProgressNotification :: PushTransfer {
168168 current,
You can’t perform that action at this time.
0 commit comments