Skip to content

Commit 00180a8

Browse files
committed
minor
1 parent 165d1ab commit 00180a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/NHibernate.Envers/RevisionType.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ public enum RevisionType
1818
/// <summary>
1919
/// Indicates that the entity was deleted (removed) at that revision.
2020
/// </summary>
21-
Deleted = 2,
21+
Deleted = 2
2222
}
2323
}

0 commit comments

Comments
 (0)