Fix formatting
This commit is contained in:
parent
89bbde9381
commit
ea2eca23c9
|
@ -162,7 +162,7 @@ immutable string[] predefinedVersions = [
|
|||
"MIPS_O64",
|
||||
"MIPS_SoftFloat",
|
||||
"NetBSD",
|
||||
"none"
|
||||
"none",
|
||||
"NVPTX",
|
||||
"NVPTX64",
|
||||
"OpenBSD",
|
||||
|
@ -194,5 +194,5 @@ immutable string[] predefinedVersions = [
|
|||
"Win64",
|
||||
"Windows",
|
||||
"X86",
|
||||
"X86_64",
|
||||
"X86_64"
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue