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 Aug 26, 2020
1 parent f75d010 commit a1c7c0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions taichi/backends/metal/struct_metal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,7 @@ class StructCompiler {
TI_ERROR(
"SNodeType={} not supported on Metal\n"
"Consider using `bitmasked` if you want `pointer`, otherwise please "
"use arch=ti.cpu"
,
"use arch=ti.cpu",
snode_type_name(snode.type));
}
emit("");
Expand Down

0 comments on commit a1c7c0e

Please sign in to comment.