From 8298c90104a59344d51c83f00d96eb45bfd0ef94 Mon Sep 17 00:00:00 2001 From: jdanieck Date: Mon, 12 Jul 2021 14:11:45 +0200 Subject: [PATCH] Fix style. --- ngraph/test/frontend/shared/include/op_fuzzy.hpp | 3 ++- ngraph/test/frontend/shared/src/op_fuzzy.cpp | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ngraph/test/frontend/shared/include/op_fuzzy.hpp b/ngraph/test/frontend/shared/include/op_fuzzy.hpp index 0d11df6c8b51b0..20ee6330292538 100644 --- a/ngraph/test/frontend/shared/include/op_fuzzy.hpp +++ b/ngraph/test/frontend/shared/include/op_fuzzy.hpp @@ -31,5 +31,6 @@ class FrontEndFuzzyOpTest : public ::testing::TestWithParam void doLoadFromFile(); - void runConvertedModel(const std::shared_ptr function, const std::string& model_file); + void runConvertedModel(const std::shared_ptr function, + const std::string& model_file); }; diff --git a/ngraph/test/frontend/shared/src/op_fuzzy.cpp b/ngraph/test/frontend/shared/src/op_fuzzy.cpp index 526207d25a66ce..d7fa7ca8784a81 100644 --- a/ngraph/test/frontend/shared/src/op_fuzzy.cpp +++ b/ngraph/test/frontend/shared/src/op_fuzzy.cpp @@ -4,10 +4,10 @@ #include +#include "op_fuzzy.hpp" #include "util/engine/test_engines.hpp" #include "util/test_case.hpp" #include "util/test_control.hpp" -#include "op_fuzzy.hpp" #include "utils.hpp" using namespace ngraph;