Prettier fix (#4561)

Co-authored-by: monkeytypegeorge <monkeytypegeorge@gmail.com>
This commit is contained in:
github-actions[bot] 2023-08-20 13:07:28 -05:00 committed by GitHub
parent 4de3965d0c
commit 7edabd7977
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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",

View file

@ -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;