瀏覽代碼

Removed a pair of empty braces

unknown 6 年之前
父節點
當前提交
a96dc30339
共有 1 個文件被更改,包括 0 次插入3 次删除
  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
 	}
 
-	{
-	}
-
 #ifdef TOOLS_ENABLED
 	//keep order from cached ids
 	Set<int> cached_ids_found;