Skip to content

Commit 692ee52

Browse files
committed
Fix duplicated lines
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
1 parent 87fef04 commit 692ee52

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

daprdocs/content/en/developing-applications/building-blocks/bindings/howto-bindings.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,6 @@ The code examples below leverage Dapr SDKs to invoke the output bindings endpoin
112112

113113
Here's an example of using a console app with top-level statements in .NET 6+:
114114

115-
Here's an example of using a console app with top-level statements in .NET 6+:
116-
117-
Here's an example of using a console app with top-level statements in .NET 6+:
118-
119115
```csharp
120116
using System.Text;
121117
using System.Threading.Tasks;

daprdocs/content/en/developing-applications/building-blocks/bindings/howto-triggers.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ Below are code examples that leverage Dapr SDKs to demonstrate an input binding.
121121

122122
The following example demonstrates how to configure an input binding using ASP.NET Core controllers.
123123

124-
The following example demonstrates how to configure an input binding using ASP.NET Core controllers.
125-
126-
The following example demonstrates how to configure an input binding using ASP.NET Core controllers.
127-
128124
```csharp
129125
using System.Collections.Generic;
130126
using System.Threading.Tasks;

0 commit comments

Comments
 (0)