Browse Source

Merge pull request #30406 from Anutrix/tiny-change

Removed a pair of empty braces - A Typo fix
Rémi Verschelde 6 years ago
parent
commit
06a4212377
1 changed files with 0 additions and 3 deletions
  1. 0 3
      scene/resources/resource_format_text.cpp

+ 0 - 3
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
 		f->store_line("]\n"); //one empty line
 	}
 	}
 
 
-	{
-	}
-
 #ifdef TOOLS_ENABLED
 #ifdef TOOLS_ENABLED
 	//keep order from cached ids
 	//keep order from cached ids
 	Set<int> cached_ids_found;
 	Set<int> cached_ids_found;