Skip to content

Commit

Permalink
[skip ci] enforce code format
Browse files Browse the repository at this point in the history
  • Loading branch information
taichi-gardener committed Oct 18, 2020
1 parent e9c037e commit 3f28136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions taichi/program/async_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ TLANG_NAMESPACE_END
namespace std {
template <>
struct hash<taichi::lang::IRHandle> {
std::size_t operator()(
const taichi::lang::IRHandle &ir_handle) const noexcept {
std::size_t operator()(const taichi::lang::IRHandle &ir_handle) const
noexcept {
return ir_handle.hash();
}
};
Expand Down

0 comments on commit 3f28136

Please sign in to comment.