diff --git a/docs/developers/function-format.md b/docs/developers/function-format.md index bb1ef6592..a210d769f 100644 --- a/docs/developers/function-format.md +++ b/docs/developers/function-format.md @@ -96,7 +96,6 @@ Internally functions receive data in the example format below: } } } -BLANK LINE { NEXT INPUT OBJECT } @@ -127,7 +126,6 @@ Function's output format should have the following format: } } } -BLANK LINE { NEXT OUTPUT OBJECT }