Commit ec0742d3 by Michael Shields

Use StrCat().

parent 23dc7595
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
// case kPlainText: return "plaintext"; // case kPlainText: return "plaintext";
// case kHtml: return "html"; // case kHtml: return "html";
// } // }
// return absl::SimpleItoa(mode); // return absl::StrCat(mode);
// } // }
// //
// Notice that neither `AbslParseFlag()` nor `AbslUnparseFlag()` are class // Notice that neither `AbslParseFlag()` nor `AbslUnparseFlag()` are class
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment