feat(parser): Fix indentation in examples (#77)

This commit is contained in:
InversionSpaces 2023-05-17 15:01:41 +02:00 committed by GitHub
parent e3cc2bc230
commit 5d44fcb018
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -62,12 +62,12 @@ func closureBig(peer1: string, peer2: string) -> string, string:
<- p, p2Id
func lng58Bug() -> string:
status: *string
waiting = ():
status: *string
waiting = ():
avava: *string
avava <<- "frerf"
status <<- "ok"
waiting()
waiting()
<- status!

View File

@ -23,7 +23,7 @@ service Op1("op"):
array_length(array: []string) -> u32
func bugLNG63() -> string:
res <- returnCanStream()
res <- returnCanStream()
<- res
func returnMultipleStreamResults() -> string, []string, []string, []string: