Skip to content

Commit fdbf39d

Browse files
committed
Remove empty rows.
1 parent 3064f53 commit fdbf39d

4 files changed

Lines changed: 5 additions & 2 deletions

File tree

src/TryToExecute/CodeExec/Abstract/Func/TryToExecute.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,7 @@ protected virtual TResult TryToExecute<TResult, TLogger>(
461461
}
462462
}
463463
#endif
464+
464465
#if NETSTANDARD2_0_OR_GREATER
465466
/// -------------------------------------------------------------------------------------------------
466467
/// <summary>

src/TryToExecute/CodeExec/Abstract/Func/TryToExecuteAsync.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ protected virtual async Task<TResult> TryToExecuteAsync<TResult, TLogger>(
175175
}
176176
}
177177
#endif
178+
178179
#if NETSTANDARD2_0_OR_GREATER
179180
/// -------------------------------------------------------------------------------------------------
180181
/// <summary>
@@ -373,7 +374,9 @@ protected virtual async Task<TResult> TryToExecuteAsync<TResult, TLogger>(
373374
}
374375
}
375376
#endif
377+
376378
#if NETSTANDARD2_0_OR_GREATER
379+
377380
/// -------------------------------------------------------------------------------------------------
378381
/// <summary>
379382
/// Try to execute asynchronous.
@@ -572,6 +575,7 @@ protected virtual async Task<TResult> TryToExecuteAsync<TResult, TLogger>(
572575
}
573576
}
574577
#endif
578+
575579
#if NETSTANDARD2_0_OR_GREATER
576580
/// -------------------------------------------------------------------------------------------------
577581
/// <summary>

src/TryToExecute/CodeExec/Static/Func/TryToExecuteStatic.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,6 @@ protected static TResult TryToExecute<TResult>(
412412
}
413413

414414
#if NETSTANDARD2_0_OR_GREATER
415-
416415
/// -------------------------------------------------------------------------------------------------
417416
/// <summary>
418417
/// Try to execute.

src/TryToExecute/CodeExec/Static/Func/TryToExecuteStaticAsync.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,6 @@ protected static async Task<TResult> TryToExecuteAsync<TResult, TLogger>(
376376
#endif
377377

378378
#if NETSTANDARD2_0_OR_GREATER
379-
380379
/// -------------------------------------------------------------------------------------------------
381380
/// <summary>
382381
/// Try to execute asynchronous.

0 commit comments

Comments
 (0)