Skip to content

Commit

Permalink
Revert change commited by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
caugonnet committed Oct 11, 2024
1 parent b9a2617 commit 64f7b93
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .devcontainer/cccl-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ devcontainer-utils-post-create-command;
devcontainer-utils-init-git;
devcontainer-utils-post-attach-command;

# cd /home/coder/cccl/
echo "CLANG .."
clang-format -i cudax/include/cuda/experimental/__stf/graph/graph_ctx.cuh
clang-format --version
cd /home/coder/cccl/

if test $# -gt 0; then
exec "$@";
Expand Down

0 comments on commit 64f7b93

Please sign in to comment.