Skip to content

Commit 1ae9ded

Browse files
committed
missing semicolon
1 parent 25667f1 commit 1ae9ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/cuda/runtime/cuda_backend.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ static executorch::runtime::Error success_with_compiler =
389389
extern "C" CUDA_BACKEND_INIT_API void InitCudaBackend() {
390390
// Log immediately to confirm function is entered
391391
ET_LOG(Info, "InitCudaBackend: Function entered");
392-
assert(1==2)
392+
assert(1==2);
393393

394394
#ifdef _WIN32
395395
ET_LOG(Info, "InitCudaBackend: Windows path");

0 commit comments

Comments
 (0)