diff --git a/bestla/bestla/ut/sycl_benchmark.cpp b/bestla/bestla/ut/sycl_benchmark.cpp
index fa970a740..957e1f55f 100644
--- a/bestla/bestla/ut/sycl_benchmark.cpp
+++ b/bestla/bestla/ut/sycl_benchmark.cpp
@@ -674,7 +674,7 @@ class Benchmark_DequantS4 {
     while (tm.stop() < TestMs) {
       for (size_t i = 0; i < 1; i++) {
         auto ev = ProB::dequant_s4<sycl_prologue_b::KernelConfigBase>(n, k, blocksize, {dB.data(), dS.data(), n},
-                                                                           dequantB.data(), q);
+                                                                      dequantB.data(), q);
         ev.wait();
         log.add(event_helper::execute_time(ev) * 1000);
         if (tm.stop() >= TestMs) {