mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-09 21:51:29 +08:00
removed spaces from words in csharp (#1821) by sphhax
This commit is contained in:
parent
e250aa49a9
commit
4106f1d276
1 changed files with 10 additions and 10 deletions
|
|
@ -9,11 +9,11 @@
|
|||
"break",
|
||||
"byte",
|
||||
"case",
|
||||
"catch ",
|
||||
"catch",
|
||||
"char",
|
||||
"checked",
|
||||
"class",
|
||||
"const ",
|
||||
"const",
|
||||
"continue",
|
||||
"decimal",
|
||||
"default",
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
"finally",
|
||||
"fixed",
|
||||
"float",
|
||||
"for ",
|
||||
"for",
|
||||
"foreach",
|
||||
"goto",
|
||||
"if",
|
||||
|
|
@ -38,11 +38,11 @@
|
|||
"init",
|
||||
"int",
|
||||
"interface",
|
||||
"internal ",
|
||||
"internal",
|
||||
"is",
|
||||
"lock",
|
||||
"long",
|
||||
"namespace ",
|
||||
"namespace",
|
||||
"new",
|
||||
"null",
|
||||
"object",
|
||||
|
|
@ -50,15 +50,15 @@
|
|||
"out",
|
||||
"override",
|
||||
"params",
|
||||
"private ",
|
||||
"private",
|
||||
"protected",
|
||||
"public",
|
||||
"readonly",
|
||||
"ref ",
|
||||
"ref",
|
||||
"return",
|
||||
"sbyte",
|
||||
"sealed",
|
||||
"short ",
|
||||
"short",
|
||||
"sizeof",
|
||||
"stackalloc",
|
||||
"static",
|
||||
|
|
@ -70,11 +70,11 @@
|
|||
"true",
|
||||
"try",
|
||||
"typeof",
|
||||
"uint ",
|
||||
"uint",
|
||||
"ulong",
|
||||
"unchecked",
|
||||
"unsafe",
|
||||
"ushort ",
|
||||
"ushort",
|
||||
"using",
|
||||
"virtual",
|
||||
"void",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue