mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-01 07:39:12 +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) =>
|
||||
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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user