mirror of
https://github.com/nlohmann/json.git
synced 2025-07-28 12:02:00 +03:00
🔥 remove leftover
This commit is contained in:
@ -1521,7 +1521,6 @@ scan_number_done:
|
|||||||
// skip following whitespace
|
// skip following whitespace
|
||||||
skip_whitespace();
|
skip_whitespace();
|
||||||
}
|
}
|
||||||
while (current == ' ' || current == '\t' || current == '\n' || current == '\r');
|
|
||||||
|
|
||||||
switch (current)
|
switch (current)
|
||||||
{
|
{
|
||||||
|
@ -9626,7 +9626,6 @@ scan_number_done:
|
|||||||
// skip following whitespace
|
// skip following whitespace
|
||||||
skip_whitespace();
|
skip_whitespace();
|
||||||
}
|
}
|
||||||
while (current == ' ' || current == '\t' || current == '\n' || current == '\r');
|
|
||||||
|
|
||||||
switch (current)
|
switch (current)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user