소스 검색

Fix lint error

Jason Grout 6 년 전
부모
커밋
84989f0492
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      buildutils/src/update-dependency.ts

+ 1 - 1
buildutils/src/update-dependency.ts

@@ -115,7 +115,7 @@ Examples
   the 'latest' tag currently points to, with a caret range:
 
       update-dependency --regex '^@jupyterlab/' ^latest
-    
+
   Update all packages starting with '@jupyterlab/' in all lerna
   workspaces and the root package.json to whatever version the
   'next' tag for each package currently points to: