Skip to content

Commit a74e20b

Browse files
committed
Make indentations consistent with the rest of the entries in primitive.
1 parent 2e0c7f9 commit a74e20b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Boo.Lang.CodeDom/BooCodeGenerator.boo

+5-5
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ class BooCodeGenerator(CodeGenerator):
5252
"System.Int64" : "long",
5353
"System.Int16" : "short",
5454
"System.UInt16" : "ushort",
55-
"System.UInt32" : "uint",
56-
"System.Uint64" : "ulong",
57-
"System.Byte": "byte",
58-
"System.Sbyte": "sbyte",
59-
"System.Decimal": "decimal",
55+
"System.UInt32" : "uint",
56+
"System.Uint64" : "ulong",
57+
"System.Byte": "byte",
58+
"System.Sbyte": "sbyte",
59+
"System.Decimal": "decimal",
6060
"System.Boolean" : "bool",
6161
"System.Char" : "char",
6262
"System.String" : "string",

0 commit comments

Comments
 (0)