Slight reformat
This commit is contained in:
+3
-3
@@ -584,11 +584,11 @@ def generate_strings_cpp(
|
||||
) -> None:
|
||||
"""Generate I18nStrings.cpp."""
|
||||
lines: List[str] = [
|
||||
'#include "I18nStrings.h"',
|
||||
"#include <cstddef>",
|
||||
"",
|
||||
"// THIS FILE IS AUTO-GENERATED BY gen_i18n.py. DO NOT EDIT.",
|
||||
"// clang-format off",
|
||||
'#include "I18nStrings.h"',
|
||||
"",
|
||||
"#include <cstddef>",
|
||||
"",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user