src/Palete/LanguageClientVala.vala
authorAlan Knowles <alan@roojs.com>
Wed, 20 Mar 2024 15:15:49 +0000 (23:15 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 20 Mar 2024 15:15:49 +0000 (23:15 +0800)
src/Palete/LanguageClientVala.vala

index 4baf1c4..5ce6973 100644 (file)
@@ -56,7 +56,7 @@ namespace Palete {
                        // extend versions will proably call initialize to start and connect to server.
                        base(project);
 
-                       if (this.change_queue_id ! =0 ) {
+                       if (this.change_queue_id !0 ) {
                                this.change_queue_id = GLib.Timeout.add_seconds(1, () => {
                                        this.run_change_queue()
                                        this.run_doc_queue();