Skip to content
This repository was archived by the owner on Apr 23, 2023. It is now read-only.

Commit 1cedb6f

Browse files
remove empty lines
1 parent 6838ab9 commit 1cedb6f

File tree

1 file changed

+0
-4
lines changed
  • StringsAndRegularExpressions/StringFormats

1 file changed

+0
-4
lines changed

StringsAndRegularExpressions/StringFormats/Program.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
namespace StringFormats
66
{
7-
87
public class Program
98
{
109
static void Main()
@@ -58,12 +57,9 @@ public static void MoreFormattableString()
5857
}
5958
}
6059

61-
6260
//public static string Invariant(FormattableString s) =>
6361
// s.ToString(CultureInfo.InvariantCulture);
6462

65-
66-
6763
public static void ShowDetails(FormattableString s)
6864
{
6965
Console.WriteLine($"argument count: {s.ArgumentCount}");

0 commit comments

Comments
 (0)