From 7d0b6a70965d533c78facbe4811372a70a1682c8 Mon Sep 17 00:00:00 2001 From: sunnycase Date: Thu, 14 Nov 2024 08:28:04 +0000 Subject: [PATCH] Apply code-format changes --- src/Native/src/runtime/cpu/runtime_function.run.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Native/src/runtime/cpu/runtime_function.run.cpp b/src/Native/src/runtime/cpu/runtime_function.run.cpp index 072f11b2c6..0ffe980dd5 100644 --- a/src/Native/src/runtime/cpu/runtime_function.run.cpp +++ b/src/Native/src/runtime/cpu/runtime_function.run.cpp @@ -12,9 +12,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#include "runtime_function.h" #include "nncase/ntt/runtime.h" #include "nncase/ntt/runtime/cpu_runtime.h" +#include "runtime_function.h" #include #include #include