Skip to content

Commit b80622a

Browse files
committed
Remove extra tab endings
1 parent ad92fe3 commit b80622a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

articles/azure-functions/functions-bindings-warmup.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ The following example shows a warmup trigger [JavaScript function](functions-ref
8888

8989
:::code language="javascript" source="~/azure-functions-nodejs-v4/js/src/functions/warmupTrigger1.js" :::
9090

91-
---
92-
9391
# [Model v3](#tab/nodejs-v3)
9492

9593
The following example shows a warmup trigger in a *function.json* file and a [JavaScript function](functions-reference-node.md) that runs on each new instance when added to your app.
@@ -128,8 +126,6 @@ The following example shows a warmup trigger [TypeScript function](functions-ref
128126

129127
:::code language="typescript" source="~/azure-functions-nodejs-v4/ts/src/functions/warmupTrigger1.ts" :::
130128

131-
---
132-
133129
# [Model v3](#tab/nodejs-v3)
134130
TypeScript samples aren't documented for model v3.
135131

0 commit comments

Comments
 (0)