Rewrite the single text-format use with concat
This removes the dependency on the text-format
which brings with it substantial dependencies, including a dependency on the double-conversion
native library which is difficult to build for some platforms (aarch64-android, notably).
The use was pretty trivial and is easily replaced by simple text concatenation.