From d87260867a45dbe8a33aca645acb1a8e0e009e22 Mon Sep 17 00:00:00 2001 From: wjm Date: Mon, 8 Feb 2021 15:44:57 +0800 Subject: [PATCH] fix format --- inc/framework/omg/model_tool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/framework/omg/model_tool.h b/inc/framework/omg/model_tool.h index 589e7cd9..0785e2bf 100644 --- a/inc/framework/omg/model_tool.h +++ b/inc/framework/omg/model_tool.h @@ -27,7 +27,7 @@ namespace ge { class GE_FUNC_VISIBILITY ModelTool { public: static Status GetModelInfoFromOm(const char *model_file, ge::proto::ModelDef &model_def); - + static Status GetModelInfoFromPbtxt(const char *model_file, ge::proto::ModelDef &model_def); }; } // namespace ge