File tree Expand file tree Collapse file tree 2 files changed +11
-14
lines changed
Expand file tree Collapse file tree 2 files changed +11
-14
lines changed Original file line number Diff line number Diff line change @@ -343,9 +343,9 @@ const Main = () => {
343343 since : baseDate . toISOString ( ) ,
344344 } ) ;
345345 } catch ( e ) {
346- setReposNotFound ( [ ...reposNotFound , `${ repoPath [ 0 ] } /${ repoPath [ 1 ] } ` ] )
346+ setReposNotFound ( [ ...reposNotFound , `${ repoPath [ 0 ] } /${ repoPath [ 1 ] } ` ] ) ;
347347 return [ ] ;
348- } ;
348+ }
349349
350350 mainCommits . forEach ( ( c ) => {
351351 shaSet [ c . commit . tree . sha ] = 1 ;
@@ -564,13 +564,12 @@ const Main = () => {
564564 { reposNotFound . length > 0 && (
565565 < Col >
566566 < Row className = 'warning' >
567- These repos were not found, either due to spelling errors or because they are private
567+ These repos were not found, either due to spelling errors or
568+ because they are private
568569 </ Row >
569570 < Spacer />
570571 { reposNotFound . map ( ( r ) => (
571- < Row
572- key = { r }
573- >
572+ < Row key = { r } >
574573 < Spacer />
575574 { r }
576575 </ Row >
Original file line number Diff line number Diff line change @@ -18443,14 +18443,12 @@
1844318443 [i, a] = n.split(/ /),
1844418444 l = Object.assign({ method: i, url: a }, o);
1844518445 (we.has(r) || we.set(r, new Map()),
18446- we
18447- .get(r)
18448- .set(e, {
18449- scope: r,
18450- methodName: e,
18451- endpointDefaults: l,
18452- decorations: s,
18453- }));
18446+ we.get(r).set(e, {
18447+ scope: r,
18448+ methodName: e,
18449+ endpointDefaults: l,
18450+ decorations: s,
18451+ }));
1845418452 }
1845518453 const _e = {
1845618454 has(e, t) {
You can’t perform that action at this time.
0 commit comments