From 485c18c11bd54963579b084b9fc82ac62a67647e Mon Sep 17 00:00:00 2001 From: owenca Date: Tue, 14 Jun 2022 23:57:08 -0700 Subject: [PATCH] [mlir] Add missing newline at end of .clang-format file --- mlir/.clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlir/.clang-format b/mlir/.clang-format index 392e20189554b..a74fda4b67345 100644 --- a/mlir/.clang-format +++ b/mlir/.clang-format @@ -1,2 +1,2 @@ BasedOnStyle: LLVM -AlwaysBreakTemplateDeclarations: Yes \ No newline at end of file +AlwaysBreakTemplateDeclarations: Yes