Skip to content

Commit b152aae

Browse files
committed
solve lint
1 parent cd5bf18 commit b152aae

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

backends/cuda/runtime/cuda_backend.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,9 @@ class ET_EXPERIMENTAL CudaBackend final
382382
cudaDeviceSynchronize();
383383
buffer_res->Free();
384384
} else {
385-
ET_LOG(Info, "weights_blob '%s' not found or update fn is null",
385+
ET_LOG(
386+
Info,
387+
"weights_blob '%s' not found or update fn is null",
386388
weights_blob_key.c_str());
387389
}
388390

0 commit comments

Comments
 (0)