Skip to content

Commit f1836ed

Browse files
committed
Cosmetic changes
1 parent 310e009 commit f1836ed

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
lines changed

src/MsgPack/Serialization/MessagePackKnownTypeAttributes.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,8 @@ PolymorphismTarget IPolymorphicHelperAttribute.Target
210210
/// The binding <see cref="Type"/> for <see cref="TypeCode"/>.
211211
/// </value>
212212
public Type BindingType { get; private set; }
213-
214213
}
215214

216-
217215
partial class MessagePackKnownTupleItemTypeAttribute : IPolymorphicTupleItemTypeAttribute
218216
{
219217
/// <summary>

src/MsgPack/Serialization/MessagePackKnownTypeAttributes.tt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,11 @@ foreach( var item in
150150
/// The binding <see cref="Type"/> for <see cref="TypeCode"/>.
151151
/// </value>
152152
public Type BindingType { get; private set; }
153-
154153
<#
155154
if ( !item.OmitConstructor )
156155
{
157156
#>
157+
158158
/// <summary>
159159
/// Initializes a new instance of the <see cref="<#= typeName #>"/> class.
160160
/// </summary>
@@ -173,7 +173,6 @@ foreach( var item in
173173
<#
174174
}
175175
#>
176-
177176
partial class MessagePackKnownTupleItemTypeAttribute : IPolymorphicTupleItemTypeAttribute
178177
{
179178
/// <summary>

src/MsgPack/Serialization/MessagePackRuntimeTypeAttributes.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,10 +309,8 @@ public string VerifierMethodName
309309
get;
310310
set;
311311
}
312-
313312
}
314313

315-
316314
partial class MessagePackRuntimeTupleItemTypeAttribute : IPolymorphicTupleItemTypeAttribute
317315
{
318316
/// <summary>

src/MsgPack/Serialization/MessagePackRuntimeTypeAttributes.tt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,11 @@ foreach( var item in
181181
get;
182182
set;
183183
}
184-
185184
<#
186185
if ( !item.OmitConstructor )
187186
{
188187
#>
188+
189189
/// <summary>
190190
/// Initializes a new instance of the <see cref="<#= typeName #>"/> class.
191191
/// </summary>
@@ -200,7 +200,6 @@ foreach( var item in
200200
<#
201201
}
202202
#>
203-
204203
partial class MessagePackRuntimeTupleItemTypeAttribute : IPolymorphicTupleItemTypeAttribute
205204
{
206205
/// <summary>

0 commit comments

Comments
 (0)