From c62e288e40cf0e2014611943c812e1c45545b698 Mon Sep 17 00:00:00 2001 From: tsatsulya Date: Fri, 18 Jul 2025 01:48:40 +0300 Subject: [PATCH] sad commit --- ets2panda/compiler/lowering/ets/asyncMethodLowering.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ets2panda/compiler/lowering/ets/asyncMethodLowering.cpp b/ets2panda/compiler/lowering/ets/asyncMethodLowering.cpp index 1affd68bbf..fa1c914b8d 100644 --- a/ets2panda/compiler/lowering/ets/asyncMethodLowering.cpp +++ b/ets2panda/compiler/lowering/ets/asyncMethodLowering.cpp @@ -217,4 +217,4 @@ bool AsyncMethodLowering::PerformForModule(public_lib::Context *ctx, parser::Pro return true; } -} // namespace ark::es2panda::compiler +} // namespace ark::es2panda::compilerr -- Gitee