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 @@ -118,7 +118,7 @@ jobs:
118118
119119 steps :
120120 - uses : actions/checkout@v4
121- -
uses :
mozilla-actions/[email protected] .4 121+ -
uses :
mozilla-actions/[email protected] .9 122122 - uses : dtolnay/rust-toolchain@master
123123 with :
124124 toolchain : ${{ matrix.rust }}
Original file line number Diff line number Diff line change @@ -317,8 +317,8 @@ impl EndpointFactory {
317317 fn client_config ( & self ) -> ClientConfig {
318318 let mut roots = rustls:: RootCertStore :: empty ( ) ;
319319 roots. add ( self . cert . cert . der ( ) . clone ( ) ) . unwrap ( ) ;
320- let client_config = ClientConfig :: with_root_certificates ( Arc :: new ( roots ) ) . unwrap ( ) ;
321- client_config
320+
321+ ClientConfig :: with_root_certificates ( Arc :: new ( roots ) ) . unwrap ( )
322322 }
323323}
324324
You can’t perform that action at this time.
0 commit comments