1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-09 23:25:43 +00:00

[ci skip] Remove trailing whitespace on line 10

This commit is contained in:
Oliver Booth 2023-02-26 00:38:56 +00:00
parent d9cf9c8db5
commit ba7329febd
No known key found for this signature in database
GPG Key ID: 20BEB9DC87961025

View File

@ -7,7 +7,7 @@ public static class NullableExtensions
{
/// <summary>
/// Attempts to get the value of a <see cref="Nullable{T}" />, and returns a value indicating the success of the
/// operation.
/// operation.
/// </summary>
/// <param name="value">The nullable value.</param>
/// <param name="result">