Skip to content

Commit e73e9bf

Browse files
committed
Style fix
1 parent 5730a81 commit e73e9bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TinCan/ContextActivities.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public ContextActivities(JObject jobj)
3535
if (jobj["parent"] != null)
3636
{
3737
parent = new List<Activity>();
38-
if(jobj["parent"].Type == JTokenType.Array)
38+
if (jobj["parent"].Type == JTokenType.Array)
3939
{
4040
foreach (JObject jactivity in jobj["parent"]) {
4141
parent.Add((Activity)jactivity);

0 commit comments

Comments
 (0)