Skip to content

Commit 4bda0fe

Browse files
keertipcommit-bot@chromium.org
authored andcommitted
Remove trailing comma from json
Change-Id: I2df9b3342b5d166606c3bc13569896dfeac20fe4 Reviewed-on: https://dart-review.googlesource.com/c/85960 Reviewed-by: Alexander Markov <[email protected]> Commit-Queue: Keerti Parthasarathy <[email protected]>
1 parent d637352 commit 4bda0fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/vm/service/service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ a parameter:
150150
"jsonrpc": "2.0",
151151
"method": "streamListen",
152152
"params": {
153-
"streamId": "GC",
153+
"streamId": "GC"
154154
},
155155
"id": "2"
156156
}

0 commit comments

Comments
 (0)