Skip to content

Commit 6cc07ac

Browse files
committed
fix missing tab end
1 parent a76e5e2 commit 6cc07ac

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

articles/azure-functions/functions-bindings-azure-sql-input.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,9 @@ module.exports = async function (context, req, todoItem) {
673673
};
674674
}
675675
```
676+
677+
---
678+
676679
::: zone-end
677680
::: zone pivot="programming-language-javascript,programming-language-typescript"
678681

articles/azure-functions/functions-bindings-azure-sql-output.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -844,6 +844,8 @@ module.exports = async function (context, req) {
844844
}
845845
```
846846

847+
---
848+
847849
::: zone-end
848850
::: zone pivot="programming-language-powershell"
849851

0 commit comments

Comments
 (0)