whitespaces

This commit is contained in:
Marius Bancila 2022-02-23 18:28:39 +02:00
parent cdebc5b78d
commit 1d3720fbcd

View File

@ -516,7 +516,7 @@ namespace uuids
else
{
data[index] = static_cast<uint8_t>(data[index] | detail::hex2char(str[i]));
index++;
index++;
firstDigit = true;
}
}