Skip to content

Commit 608688b

Browse files
author
ArthurHub
committed
* uncommit file...
1 parent 178faa1 commit 608688b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Source/HtmlRenderer/Utils/CommonUtils.cs

Lines 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)