Skip to content

Commit 2bd70e1

Browse files
author
Jeff Hagen
committed
consistent indenting
1 parent 3a4b8ab commit 2bd70e1

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

src/NHibernate.DomainModel/Northwind/Entities/AnotherEntity.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public class AnotherEntity
44
{
55
public virtual int Id { get; set; }
66
public virtual string Output { get; set; }
7-
public virtual string Input { get; set; }
8-
public virtual CompositeIdEntity CompositeIdEntity { get; set; }
7+
public virtual string Input { get; set; }
8+
public virtual CompositeIdEntity CompositeIdEntity { get; set; }
99
}
1010
}

src/NHibernate.DomainModel/Northwind/Entities/Northwind.cs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ public IQueryable<Timesheet> Timesheets
5959
get { return _session.Query<Timesheet>(); }
6060
}
6161

62-
public IQueryable<Animal> Animals
63-
{
64-
get { return _session.Query<Animal>(); }
65-
}
62+
public IQueryable<Animal> Animals
63+
{
64+
get { return _session.Query<Animal>(); }
65+
}
6666

6767
public IQueryable<Mammal> Mammals
6868
{
@@ -113,10 +113,10 @@ public IQueryable<IUser> IUsers
113113
{
114114
get { return _session.Query<IUser>(); }
115115
}
116-
117-
public IQueryable<AnotherEntity> AnotherEntity
118-
{
119-
get { return _session.Query<AnotherEntity>(); }
120-
}
116+
117+
public IQueryable<AnotherEntity> AnotherEntity
118+
{
119+
get { return _session.Query<AnotherEntity>(); }
120+
}
121121
}
122122
}

0 commit comments

Comments
 (0)