Skip to content

Commit 0017e45

Browse files
authored
Merge pull request #4322 from cpinitiative/problem_format
fix problems.json formatting issues
2 parents 13b8f75 + 5123589 commit 0017e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/atoms/editor.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ $\\texttt{func(var)}$
213213
}
214214
});
215215
});
216-
return formatProblems(JSON.stringify(updated));
216+
return formatProblems(JSON.stringify(updated, null, 2));
217217
};
218218

219219
await Promise.all(

0 commit comments

Comments
 (0)