Fix up style of StaticString declarations.
At the top level of a file, "const" is the same as "static const", and reduce the stuttering.
Esse commit está contido em:
@@ -295,7 +295,7 @@ Variant ArrayUtil::Range(double low, double high, int64_t step /* = 1 */) {
|
||||
return ret;
|
||||
}
|
||||
|
||||
static const StaticString s_default("(default)");
|
||||
const StaticString s_default("(default)");
|
||||
|
||||
Variant ArrayUtil::FromHdf(const Hdf &hdf) {
|
||||
if (hdf.firstChild().exists()) {
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário