bkietz commented on a change in pull request #7410:
URL: https://github.com/apache/arrow/pull/7410#discussion_r439676908



##########
File path: cpp/src/arrow/compute/kernels/codegen_internal.h
##########
@@ -181,8 +180,7 @@ struct GetOutputType<Type, enable_if_has_c_type<Type>> {
 };
 
 template <typename Type>
-struct GetOutputType<
-    Type, enable_if_t<is_string_like_type<Type>::value>> {
+struct GetOutputType<Type, enable_if_t<is_string_like_type<Type>::value>> {
   using T = std::string;
 };

Review comment:
       @wesm found it: `codegen**_internal**.h` is excluded from the `format` 
target, so it hasn't been touched by clang-format until now. We need a JIRA for 
this




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to