From 2f0accf2130ffdc4710f1dd5cf10c3acdf80971e Mon Sep 17 00:00:00 2001 From: Aleksander Sotov Date: Thu, 26 Jun 2025 19:47:21 +0300 Subject: [PATCH] Fix codestyle in ETSBinder Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICI4T5 Testing: all tests passed Signed-off-by: Aleksander Sotov --- ets2panda/varbinder/ETSBinder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ets2panda/varbinder/ETSBinder.cpp b/ets2panda/varbinder/ETSBinder.cpp index 0cfc10ccce..7ae54cf54e 100644 --- a/ets2panda/varbinder/ETSBinder.cpp +++ b/ets2panda/varbinder/ETSBinder.cpp @@ -817,7 +817,7 @@ static ir::AstNode *GetSpecifier(const util::StringView &importedLocal, ir::ETSI return decl->Specifiers()[0]; } ES2PANDA_UNREACHABLE(); -}; +} std::pair ETSBinder::FindImportDeclInReExports( const ir::ETSImportDeclaration *const import, const util::StringView &imported, -- Gitee