Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 5af3529

Browse files
committed
Unindent #region.
1 parent 9353f41 commit 5af3529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.App/Models/Account.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public BitmapSource Avatar
8888
set { avatar = value; this.RaisePropertyChanged(); }
8989
}
9090

91-
#region Equality things
91+
#region Equality things
9292
public void CopyFrom(IAccount other)
9393
{
9494
if (!Equals(other))

0 commit comments

Comments
 (0)