소스 검색

Merge pull request #3964 from madmiraal/fix-lgtm-alerts

Fix lgtm alerts
Rémi Verschelde 5 년 전
부모
커밋
7312a542f5
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      _static/js/custom.js
  2. 1 1
      tutorials/plugins/gdnative/files/cpp_example/SConstruct

+ 1 - 1
_static/js/custom.js

@@ -115,7 +115,7 @@ const registerOnScrollEvent = (function(){
 
       $menu.scroll(function() {
         handleSidebarScroll();
-      })
+      });
 
       handleMainScroll(window.scrollY);
       handleSidebarScroll();

+ 1 - 1
tutorials/plugins/gdnative/files/cpp_example/SConstruct

@@ -1,5 +1,5 @@
 #!python
-import os, subprocess
+import os
 
 opts = Variables([], ARGUMENTS)