Skip to content

Commit d09953c

Browse files
committed
Fix trailing blank line in cpplint.py
Signed-off-by: cdunning <cdunning@nvidia.com>
1 parent 01d9f1a commit d09953c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/cpplint.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,3 @@ def report_error(message: str):
7474
dirs = ["cext", "torch_cext", "src"]
7575
paths = [os.path.join(project_root, d) for d in dirs]
7676
lint(paths)
77-

0 commit comments

Comments
 (0)