Skip to content

Commit 4a5befa

Browse files
committed
indentation level check
1 parent 6e5221d commit 4a5befa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

fuzz/oss-fuzz

fuzz/run_fuzz_target.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def run_command(
6060
errors="replace"
6161
)
6262
with open(log_file, "a", encoding="utf-8") as f:
63-
if process.stdout is not None:
63+
if process.stdout is not None:
6464
for line in iter(process.stdout.readline, ""):
6565
f.write(line)
6666
else:

0 commit comments

Comments
 (0)