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 Sep 23, 2022
1 parent 33b724d commit 11eeee5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion taichi/common/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ static_assert(__cplusplus >= 201402L, "C++14 required.");

#define TI_STATIC_ASSERT(x) static_assert((x), #x)


void taichi_raise_assertion_failure_in_python(const char *msg);

namespace taichi {
Expand Down
2 changes: 1 addition & 1 deletion taichi/common/serialization.h
Original file line number Diff line number Diff line change
Expand Up @@ -933,4 +933,4 @@ static_assert(

#ifdef TI_INCLUDED
} // namespace taichi
#endif
#endif
2 changes: 1 addition & 1 deletion taichi/program/compile_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ struct CompileConfig {

extern TI_DLL_EXPORT CompileConfig default_compile_config;

} //namespace taichi::lang
} // namespace taichi::lang

0 comments on commit 11eeee5

Please sign in to comment.