Fix code formatting

This commit is contained in:
ζeh Matt 2023-07-06 00:58:22 +03:00
parent c55eb50740
commit 38c57251b3
No known key found for this signature in database
GPG Key ID: 18CE582C71A225B0
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ namespace Path
bool Equals(u8string_view a, u8string_view b)
{
return Platform::ShouldIgnoreCase() ? String::IEquals(a,b) : String::Equals(a, b);
return Platform::ShouldIgnoreCase() ? String::IEquals(a, b) : String::Equals(a, b);
}
u8string ResolveCasing(u8string_view path)