diff --git a/client/src/pages/guide/english/csharp/for-loop/index.md b/client/src/pages/guide/english/csharp/for-loop/index.md index 052ea285898..2399c5abffd 100644 --- a/client/src/pages/guide/english/csharp/for-loop/index.md +++ b/client/src/pages/guide/english/csharp/for-loop/index.md @@ -127,4 +127,6 @@ for (; i < 5;) ``` ### Other Resources -- [Microsoft Documentation](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/for) \ No newline at end of file +- [Microsoft Documentation](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/for) + +## End