From 7564f493aa95963775e936918baae6c3d3e4fc94 Mon Sep 17 00:00:00 2001 From: Shumaf Lovpache Date: Fri, 3 May 2024 12:37:38 +0300 Subject: [PATCH] Fix indentation --- .../src/main/java/org/eclipse/lsp4j/debug/DebugProtocol.xtend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.eclipse.lsp4j.debug/src/main/java/org/eclipse/lsp4j/debug/DebugProtocol.xtend b/org.eclipse.lsp4j.debug/src/main/java/org/eclipse/lsp4j/debug/DebugProtocol.xtend index da73f376..7cb27085 100644 --- a/org.eclipse.lsp4j.debug/src/main/java/org/eclipse/lsp4j/debug/DebugProtocol.xtend +++ b/org.eclipse.lsp4j.debug/src/main/java/org/eclipse/lsp4j/debug/DebugProtocol.xtend @@ -1289,7 +1289,7 @@ class DataBreakpointInfoArguments { * If not specified, the expression is evaluated in the global scope. When * `variablesReference` is specified, this property has no effect. *

- * This is an optional property. + * This is an optional property. *

* Since 1.59 */