Skip to content

Commit a37eba7

Browse files
6cdhjeapostrophe
authored andcommitted
improve code style
1 parent 25b9222 commit a37eba7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

service/completion.rkt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
(set! completions (list)))
1919

2020
(define/override (walk-stx stx expanded-stx)
21-
(define c (walk expanded-stx))
22-
(set! completions c))
21+
(set! completions (walk expanded-stx)))
2322

2423
(define/public (get-online-completions str-before-cursor)
2524
(walk-online str-before-cursor))

0 commit comments

Comments
 (0)