We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da3f7c9 commit 1721117Copy full SHA for 1721117
Firestore/core/src/util/string_format.h
@@ -62,7 +62,7 @@ struct FormatChoice<5> {};
62
* formatting of the value as an unsigned integer.
63
* * Otherwise the value is interpreted as anything absl::AlphaNum accepts.
64
*/
65
-class FormatArg : public absl::AlphaNum {
+class FormatArg final : public absl::AlphaNum {
66
public:
67
template <typename T>
68
FormatArg(T&& value,
0 commit comments