Skip to content

Commit 6d18c5d

Browse files
Format all *.cs files
1 parent 2b05b4f commit 6d18c5d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

SharpEngine.Python/SEPython.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ public static void AddVersions()
1414
{
1515
DebugManager.Versions.Add("SharpEngine.Python", "1.0.0");
1616
}
17-
}
17+
}

Testing/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ public Person(string firstname, string lastname)
1616
public string GetFullName() => FirstName + " " + LastName;
1717
}
1818

19-
2019
public static class Program
2120
{
2221
public static void Main(string[] argv)

0 commit comments

Comments
 (0)