Skip to content

Commit a789598

Browse files
committed
Newline at EOF
1 parent bcc3878 commit a789598

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

mlir/include/mlir/Tools/mlir-lsp-server/MlirLspRegistryFunction.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
#define MLIR_TOOLS_MLIR_LSP_SERVER_MLIRLSPREGISTRYFUNCTION_H
1515

1616
namespace llvm {
17-
template <typename Fn> class function_ref;
17+
template <typename Fn>
18+
class function_ref;
1819
} // namespace llvm
1920

2021
namespace mlir {

mlir/test/mlir-lsp-server/uri-based-registration.test

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@
1919
"text":"func.func @fail_with_empty_registry() { return }"
2020
}}}
2121
// CHECK: "method": "textDocument/publishDiagnostics",
22-
// CHECK: "message": "Dialect `func' not found for custom op 'func.func'
22+
// CHECK: "message": "Dialect `func' not found for custom op 'func.func'
23+

0 commit comments

Comments
 (0)