Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jericho committed Oct 19, 2016
1 parent d6829c6 commit ebe8b8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/StrongGrid.Shared/Resources/User.cs
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,5 @@ private static JObject CreateJObjectForUserProfile(string address = null, string
if (!string.IsNullOrEmpty(zip)) result.Add("zip", zip);
return result;
}

}
}

0 comments on commit ebe8b8d

Please sign in to comment.