Cleanup: remove unnecessary braces

This commit is contained in:
2022-10-03 16:28:21 +02:00
parent e65598b4fa
commit a6083cdeef

View File

@@ -19,7 +19,7 @@ using geometry::ReverseUVSampler;
static void node_declare(NodeDeclarationBuilder &b)
{
b.add_input<decl::Geometry>(N_("Mesh")).supported_type({GEO_COMPONENT_TYPE_MESH});
b.add_input<decl::Geometry>(N_("Mesh")).supported_type(GEO_COMPONENT_TYPE_MESH);
b.add_input<decl::Float>(N_("Value"), "Value_Float").hide_value().supports_field();
b.add_input<decl::Int>(N_("Value"), "Value_Int").hide_value().supports_field();