Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 28, 2022
1 parent bd5e4b5 commit e7e8cd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion taichi/ir/type_factory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ TypeFactory &TypeFactory::get_instance() {
TypeFactory::TypeFactory() {
}


Type *TypeFactory::get_primitive_type(PrimitiveTypeID id) {
std::lock_guard<std::mutex> _(primitive_mut_);

Expand Down

0 comments on commit e7e8cd6

Please sign in to comment.