Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 75742b8

Browse files
committed
Finish up formatting
1 parent 2cf9578 commit 75742b8

File tree

5 files changed

+230
-133
lines changed

5 files changed

+230
-133
lines changed

lib/syntax_tree/language_server.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ def run
2929
in { method: "initialize", id: }
3030
store.clear
3131
write(id: id, result: { capabilities: capabilities })
32-
in { method: "initialized" }
32+
in method: "initialized"
3333
# ignored
34-
in { method: "shutdown" }
34+
in method: "shutdown"
3535
store.clear
3636
return
3737
in {
@@ -68,7 +68,7 @@ def run
6868
output = []
6969
PP.pp(SyntaxTree.parse(store[uri]), output)
7070
write(id: id, result: output.join)
71-
in { method: %r{\$/.+} }
71+
in method: %r{\$/.+}
7272
# ignored
7373
else
7474
raise "Unhandled: #{request}"

0 commit comments

Comments
 (0)