src/Lsp.vala
authorAlan Knowles <alan@roojs.com>
Thu, 21 Mar 2024 14:12:32 +0000 (22:12 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 21 Mar 2024 14:12:32 +0000 (22:12 +0800)
src/Lsp.vala

index d87dbe2..a9e7068 100644 (file)
@@ -484,7 +484,7 @@ namespace Lsp {
                                }
                                var sel = (Lsp.DocumentSymbol) source.get_item(i);
                                var tel = (Lsp.DocumentSymbol) target.get_item(i);
-                               if (!sel.equals(tel) {
+                               if (!sel.equals(tel)) {
                                        target.remove(i);
                                        target.insert(i, tel);
                                        i++;