Skip to content

Commit 1ea494e

Browse files
committed
lint
1 parent 35cb455 commit 1ea494e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

c10/cuda/CUDAException.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ void c10_cuda_check_implementation(
2525
}
2626

2727
auto error_unused C10_UNUSED = cudaGetLastError();
28-
(void) error_unused;
28+
(void)error_unused;
2929

3030
std::string check_message;
3131
#ifndef STRIP_ERROR_MESSAGES

0 commit comments

Comments
 (0)