From a1c7c0e24c346fd1ea964f3beab783cf905116b3 Mon Sep 17 00:00:00 2001 From: Taichi Gardener Date: Wed, 26 Aug 2020 12:24:12 -0400 Subject: [PATCH] [skip ci] enforce code format --- taichi/backends/metal/struct_metal.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/taichi/backends/metal/struct_metal.cpp b/taichi/backends/metal/struct_metal.cpp index 84828cc43f4730..a772db3eb2f482 100644 --- a/taichi/backends/metal/struct_metal.cpp +++ b/taichi/backends/metal/struct_metal.cpp @@ -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("");