Skip to content

Commit d33ccdd

Browse files
committed
whitespaces
1 parent a5f6053 commit d33ccdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/NHibernate/Cache/CachedItem.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@ public bool IsPuttable(long txTimestamp, object newVersion, IComparer comparator
113113

114114
return comparator.Compare(Version, newVersion) < (minimalPut ? 0 : 1);
115115
}
116-
116+
117117
public bool IsPuttable(long txTimestamp, object newVersion, IComparer comparator)
118118
{
119119
return IsPuttable(txTimestamp, newVersion, comparator, true);
120120
}
121-
121+
122122
public override string ToString()
123123
{
124124
return "Item{version=" + Version +

0 commit comments

Comments
 (0)