From 0c66ad5558074cc024d1ce8c615dbd049724c334 Mon Sep 17 00:00:00 2001 From: Mohammad Haghighipanah Date: Thu, 14 Nov 2024 09:45:31 -0800 Subject: [PATCH] removed bracket in comment --- .../plugin/transformations/dynamic_quantize_fully_connected.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/intel_gpu/src/plugin/transformations/dynamic_quantize_fully_connected.cpp b/src/plugins/intel_gpu/src/plugin/transformations/dynamic_quantize_fully_connected.cpp index 52857838264a49..30267020bb29c2 100644 --- a/src/plugins/intel_gpu/src/plugin/transformations/dynamic_quantize_fully_connected.cpp +++ b/src/plugins/intel_gpu/src/plugin/transformations/dynamic_quantize_fully_connected.cpp @@ -18,7 +18,7 @@ namespace ov { namespace intel_gpu { DynamicQuantizeFullyConnected::DynamicQuantizeFullyConnected(uint64_t group_size) - : ov::pass::MatcherPass() { // Explicitly call the base class constructor{ + : ov::pass::MatcherPass() { // Explicitly call the base class constructor GPU_DEBUG_GET_INSTANCE(debug_config); using namespace ov::pass::pattern;