Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 608688b

Browse filesBrowse files
author
ArthurHub
committed
* uncommit file...
1 parent 178faa1 commit 608688b
Copy full SHA for 608688b

File tree

Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed
Open diff view settings
Collapse file

‎Source/HtmlRenderer/Utils/CommonUtils.cs‎

Copy file name to clipboardExpand all lines: Source/HtmlRenderer/Utils/CommonUtils.cs
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
using HtmlRenderer.Entities;
2121

2222
namespace HtmlRenderer.Utils
23-
{
24-
internal delegate void ActionInt<in T>(T obj);
25-
26-
internal delegate void ActionInt<in T1, in T2>(T1 arg1, T2 arg2);
27-
23+
{
24+
internal delegate void ActionInt<in T>(T obj);
25+
26+
internal delegate void ActionInt<in T1, in T2>(T1 arg1, T2 arg2);
27+
2828
internal delegate void ActionInt<in T1, in T2, in T3>(T1 arg1, T2 arg2, T3 arg3);
2929

3030
/// <summary>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.