Skip to content

Commit dafdcc1

Browse files
committed
civet syntax sugar
1 parent cdd1fb5 commit dafdcc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.civet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ main := -> {
2222
|> await
2323

2424
// Create a transport to listen for messages on stdin and send messages on stdout
25-
transport := new StdioServerTransport()
25+
transport := new StdioServerTransport
2626

2727
// Start receiving messages on stdin and sending messages on stdout
2828
transport

0 commit comments

Comments
 (0)