Skip to content

Commit ca85c0c

Browse files
committed
fix: add indent
1 parent 6496393 commit ca85c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigcodebench/evaluate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def stucking_checker():
230230

231231
if not os.path.isfile(result_path):
232232
with open(result_path, "w") as f:
233-
json.dump(results, f)
233+
json.dump(results, f, indent=2)
234234

235235

236236
def main():

0 commit comments

Comments
 (0)