Merge pull request #30406 from Anutrix/tiny-change

Removed a pair of empty braces - A Typo fix
This commit is contained in:
Rémi Verschelde 2019-07-07 18:02:07 +02:00 committed by GitHub
commit 06a4212377
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1537,9 +1537,6 @@ Error ResourceFormatSaverTextInstance::save(const String &p_path, const RES &p_r
f->store_line("]\n"); //one empty line
}
{
}
#ifdef TOOLS_ENABLED
//keep order from cached ids
Set<int> cached_ids_found;