mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 01:58:29 +00:00
Normalise trailing whitespace and line endings everywhere
This commit is contained in:
@@ -16,14 +16,14 @@ namespace ReactExample.Controllers
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public class PersonDto {
|
||||
public string name { get; set; }
|
||||
public string city { get; set; }
|
||||
public string state { get; set; }
|
||||
public string country { get; set; }
|
||||
public string company { get; set; }
|
||||
|
||||
|
||||
[Range(1, 10)]
|
||||
public int favoriteNumber { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user