Skip to content

Commit 6626591

Browse files
[skip ci] Auto-format code with clang-format and black
1 parent 1bdfb5d commit 6626591

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

csrc/lib/ops/prefixSum/op.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ inline auto prefixSum(const torch::Tensor& A) -> torch::Tensor
3434
}
3535

3636
return B;
37-
}
37+
}
3838
} // namespace torch_impl
3939
} // namespace pmpp::ops::cpu

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ def run(self):
8888
wheel_file = wheels[0]
8989
shutil.copy2(wheel_file, dist_dir / wheel_file.name)
9090

91+
9192
# Command class
9293
CMD_CLASS = {"build_ext": CMakeBuild, "build_py": BuildPy}
9394

0 commit comments

Comments
 (0)