Skip to content

Commit

Permalink
Fix review issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
franekwitt committed Jun 12, 2024
1 parent e3b16a2 commit 7beb7f7
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
1 change: 0 additions & 1 deletion oioioi/programs/static/code_formatter/formatter.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import init, { format, version } from "./clang-format.js";
// clang-format
async function cpp_code_formatter(source) {
await init();
console.log(version());
const formatted = format(
source,
"main.cc",
Expand Down
5 changes: 3 additions & 2 deletions oioioi/programs/static/common/prism.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7beb7f7

Please sign in to comment.