Use StrCat().

This commit is contained in:
Michael Shields 2019-06-21 14:52:23 -07:00
parent 23dc759538
commit ec0742d37b

View file

@ -109,7 +109,7 @@
// case kPlainText: return "plaintext";
// case kHtml: return "html";
// }
// return absl::SimpleItoa(mode);
// return absl::StrCat(mode);
// }
//
// Notice that neither `AbslParseFlag()` nor `AbslUnparseFlag()` are class