From ad3b476c0ed13ba86f4410434a97a36f239c13a9 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Fri, 9 Feb 2018 14:20:55 -0600 Subject: [PATCH] minor reformatting --- src/FilterLists.Data/Entities/Junctions/SnapshotRule.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/FilterLists.Data/Entities/Junctions/SnapshotRule.cs b/src/FilterLists.Data/Entities/Junctions/SnapshotRule.cs index 5f5b9f1fc..f398b8467 100644 --- a/src/FilterLists.Data/Entities/Junctions/SnapshotRule.cs +++ b/src/FilterLists.Data/Entities/Junctions/SnapshotRule.cs @@ -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; } }