minor reformatting

This commit is contained in:
Collin M. Barrett 2018-02-09 14:20:55 -06:00
parent 9a1a2946cb
commit 692f876595

View file

@ -4,7 +4,6 @@ public class SnapshotRule : BaseJunction
{
public int SnapshotId { get; set; }
public Snapshot Snapshot { get; set; }
public int RuleId { get; set; }
public Rule Rule { get; set; }
}