]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Python style change
authorCarl Woffenden <cwoffenden@gmail.com>
Wed, 19 Jan 2022 16:33:20 +0000 (17:33 +0100)
committerGitHub <noreply@github.com>
Wed, 19 Jan 2022 16:33:20 +0000 (17:33 +0100)
Co-authored-by: Alexandre Bury <alexandre.bury@gmail.com>
build/single_file_libs/combine.py

index 3d1018d5b3aea500fe075c8cf2687c6774624ced..125e7d427a8ad9cb5f4d5702e9b265b95f22f6ac 100755 (executable)
@@ -36,7 +36,7 @@ keeps: Set[Path] = set()
 keep_pragma: bool = False
 
 # Destination file object (or stdout if no output file was supplied).
-destn:TextIO = sys.stdout
+destn: TextIO = sys.stdout
 
 # Set of file Path objects previously inlined (and to ignore if reencountering).
 found: Set[Path] = set()