Skip to content

Commit f144d37

Browse files
authored
Update RuntimeData.cs
Missing ;
1 parent 50752e8 commit f144d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/StateSerialization/RuntimeData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public static class RuntimeData
5151
} else {
5252
return new BinaryFormatter();
5353
}
54-
}
54+
};
5555

5656
private static Func<IFormatter> _formatterFactory { get; set; } = DefaultFormatterFactory;
5757

0 commit comments

Comments
 (0)