Skip to content

Commit 0705905

Browse files
committed
add space
1 parent 7738aab commit 0705905

File tree

1 file changed

+1
-1
lines changed
  • snippets/csharp/System.Xml.Serialization/XmlSerializer/FromTypes

1 file changed

+1
-1
lines changed

snippets/csharp/System.Xml.Serialization/XmlSerializer/FromTypes/source.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public static void Main()
3232
public void GetSerializers()
3333
{
3434
// Create an array of types.
35-
Type[]types = [typeof(Instrument), typeof(Player), typeof(Piece)];
35+
Type[] types = [typeof(Instrument), typeof(Player), typeof(Piece)];
3636

3737
// Create an array for XmlSerializer objects.
3838
XmlSerializer[]serializers= new XmlSerializer[3];

0 commit comments

Comments
 (0)