Skip to content

Commit 6385887

Browse files
committed
fix warning
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 6b01e79 commit 6385887

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

articles/azure-functions/durable/durable-functions-fan-in-fan-out.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ This orchestrator function does the following:
9090

9191
Here is the code that implements the orchestrator function:
9292

93-
<details open>
93+
<details>
9494
<summary><b>Isolated model</b></summary>
9595

9696
```csharp
@@ -369,7 +369,7 @@ The helper activity functions are regular functions that use the `activityTrigge
369369

370370
# [C#](#tab/csharp)
371371

372-
<details open>
372+
<details>
373373
<summary><b>Isolated model</b></summary>
374374

375375
```csharp
@@ -467,7 +467,7 @@ Java sample coming soon.
467467

468468
# [C#](#tab/csharp)
469469

470-
<details open>
470+
<details>
471471
<summary><b>Isolated model</b></summary>
472472

473473
> [!NOTE]

0 commit comments

Comments
 (0)