mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-11 16:16:05 +08:00
Prettier fix (#4561)
Co-authored-by: monkeytypegeorge <monkeytypegeorge@gmail.com>
This commit is contained in:
parent
4de3965d0c
commit
7edabd7977
2 changed files with 3 additions and 3 deletions
|
@ -139,13 +139,13 @@
|
|||
"source": "BogoSort",
|
||||
"length": 249
|
||||
},
|
||||
{
|
||||
{
|
||||
"text": "for (int i = 0; i < 2; i++) {\n\t for (int j = 0; j < 2; j++) {\n\t\t for (int k = 0; k < 3; k++) {\n\t\t\t Console.WriteLine(\"element at index [{0}, {1}, {2}] is : {3}\", i, j, k, arr.GetValue(i, j, k));\n\t\t }\n\t }\n }",
|
||||
"id": 23,
|
||||
"source": "Geeks For Geeks - Array.GetValue() Method in C# with Examples",
|
||||
"length": 206
|
||||
},
|
||||
{
|
||||
{
|
||||
"text": "static public void Main() {\n\t\t string[] @for = {\"C#\", \"PHP\", \"Java\", \"Python\"};\n\t\t foreach (string @as in @for) {\n\t\t\t Console.WriteLine(\"Element of Array: {0}\", @as); \n\t\t\t} \n\t\t}",
|
||||
"id": 24,
|
||||
"source": "Geeks For Geeks - C# | Verbatim String Literal",
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
animation: rainbow-gradient 30s alternate ease-in-out infinite;
|
||||
}
|
||||
|
||||
#top .logo .top,
|
||||
#top .logo .top,
|
||||
.account .levelAndBar .level,
|
||||
[aria-label][data-balloon-pos]::after {
|
||||
-webkit-text-fill-color: initial;
|
||||
|
|
Loading…
Add table
Reference in a new issue