summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <numaanzaheerahmed@yahoo.com>2019-07-07 19:51:09 +0530
committerunknown <numaanzaheerahmed@yahoo.com>2019-07-07 19:51:09 +0530
commita96dc30339379798d58ec089ce7e861b81a82dd6 (patch)
tree0659df12ebb50feff9ec5780a8c8d1fcf9eebf18
parent1fa26b969c296ca62462debf01c22e2cc0aa059e (diff)
Removed a pair of empty braces
-rw-r--r--scene/resources/resource_format_text.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/scene/resources/resource_format_text.cpp b/scene/resources/resource_format_text.cpp
index 339f008a3d..12bf007bb1 100644
--- a/scene/resources/resource_format_text.cpp
+++ b/scene/resources/resource_format_text.cpp
@@ -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;