mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 17:25:39 +01:00
Merge pull request #2250 from svick/patch-1
Fixed indentation in C# sample
This commit is contained in:
commit
3ec5a44918
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ namespace VS
|
|||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
{
|
||||
bool isPrime = true;
|
||||
Console.WriteLine("Prime Numbers : ");
|
||||
for (int i = 2; i <= 100; i++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue