소스 검색

blacken master branch

Thomas Waldmann 1 년 전
부모
커밋
c7f0d779bf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -194,7 +194,7 @@ if not on_rtd:
         )
     else:
         linux_ext_kwargs = members_appended(
-            dict(sources=[platform_linux_source], libraries=["acl"], extra_compile_args=cflags),
+            dict(sources=[platform_linux_source], libraries=["acl"], extra_compile_args=cflags)
         )
 
     # note: _chunker.c and _hashindex.c are relatively complex/large pieces of handwritten C code,