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