mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 03:45:41 +00:00
Add spacing between method declarations
This commit is contained in:
parent
9ebff198a0
commit
c0425d0afd
@ -54,6 +54,7 @@ namespace X10D.RandomExtensions
|
|||||||
|
|
||||||
return random.NextDouble() >= 0.5;
|
return random.NextDouble() >= 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Returns a random double-precision floating point number that is within a specified range.
|
/// Returns a random double-precision floating point number that is within a specified range.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user