mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-25 07:55:29 +00:00
Fix formatting
This commit is contained in:
@@ -39,7 +39,8 @@ public partial record struct Snowflake
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static Snowflake Parse(string value, IFormatProvider? formatProvider) =>
|
public static Snowflake Parse(string value, IFormatProvider? formatProvider) =>
|
||||||
TryParse(value, formatProvider) ?? throw new FormatException($"Invalid snowflake '{value}'.");
|
TryParse(value, formatProvider)
|
||||||
|
?? throw new FormatException($"Invalid snowflake '{value}'.");
|
||||||
|
|
||||||
public static Snowflake Parse(string value) => Parse(value, null);
|
public static Snowflake Parse(string value) => Parse(value, null);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user