No public description

PiperOrigin-RevId: 673023246
Change-Id: I46d24fa178412ff9085108f3bf00280d75286727
diff --git a/mpact/sim/decoder/bin_format_visitor.cc b/mpact/sim/decoder/bin_format_visitor.cc
index 163f7d3..c969fbd 100644
--- a/mpact/sim/decoder/bin_format_visitor.cc
+++ b/mpact/sim/decoder/bin_format_visitor.cc
@@ -1064,9 +1064,9 @@
         decoder->namespaces().push_back(namespace_name->getText());
       }
       if (namespace_count > 0) {
-        file_names_[context_file_map_.at(ctx)],
-            error_listener_->semanticError(
-                attr_ctx->start, "More than one namespace declaration");
+        error_listener_->semanticError(file_names_[context_file_map_.at(ctx)],
+                                       attr_ctx->start,
+                                       "More than one namespace declaration");
       }
       namespace_count++;
       continue;