From 692f876595a8c9d430a1244d3c5bd31b15b4a853 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; } }