Skip to content

Commit 4be0e3a

Browse files
committed
trigger ci
1 parent ce1e704 commit 4be0e3a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

launcher-csharp/Views/Home/Index.cshtml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
<div id="filtered_code_examples" class="container" style="margin-top: 10px; padding-left: 0px;">
3838
@foreach(var api in ViewBag.APITexts)
3939
{
40-
4140
var linkToCodeExample = ((ApIs) api).Name.ToLower() == ExamplesApiType.ESignature.ToString().ToLower() ? ExamplesApiType.ESignature.ToKeywordString()
4241
: ((ApIs) api).Name.ToLower() == ExamplesApiType.Click.ToString().ToLower() ? ExamplesApiType.Click.ToKeywordString()
4342
: ((ApIs) api).Name.ToLower() == ExamplesApiType.Monitor.ToString().ToLower() ? ExamplesApiType.Monitor.ToKeywordString()

0 commit comments

Comments
 (0)