💄Reformat files

This commit is contained in:
Oliver Booth 2019-11-16 01:57:59 +00:00
parent e537b9c727
commit a01ef63ab0
No known key found for this signature in database
GPG Key ID: 4B0992B2602C3778
7 changed files with 13 additions and 11 deletions

View File

@ -12,6 +12,7 @@
public static class Int16Extensions
{
#region TimeSpan Returns
// TODO change
public static TimeSpan Days(this ushort number) =>
@ -103,7 +104,6 @@
public static byte[] GetBytes(this short number) =>
BitConverter.GetBytes(number);
/// <summary>
/// Determines if the <see cref="Int16"/> is a prime number.
/// </summary>

View File

@ -12,6 +12,7 @@
public static class Int32Extensions
{
#region TimeSpan Returns
// TODO change
public static TimeSpan Days(this uint number) =>

View File

@ -12,6 +12,7 @@
public static class Int64Extensions
{
#region TimeSpan Returns
// TODO change
public static TimeSpan Days(this ulong number) =>