Update emboss_text_util.h
diff --git a/runtime/cpp/emboss_text_util.h b/runtime/cpp/emboss_text_util.h
index 7fa1479..b3daf86 100644
--- a/runtime/cpp/emboss_text_util.h
+++ b/runtime/cpp/emboss_text_util.h
@@ -69,7 +69,7 @@
 
   TextOutputOptions WithNumericBase(int new_value) const {
     TextOutputOptions result = *this;
-    result.numeric_base_ = static_cast<::std::uint8_t>(new_value);
+    result.numeric_base_ = static_cast</**/ ::std::uint8_t>(new_value);
     return result;
   }