removed empty line
This commit is contained in:
Dave Humphreys 2018-02-28 20:42:24 +00:00 коммит произвёл GitHub
Родитель 2a3ec597e8
Коммит 340b7a63fc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -24,7 +24,6 @@ Follow the style used by the [.NET Foundation](https://github.com/dotnet/corefx/
- We will **not** use `_` or `_s` as a prefix for internal or private field names
- We will use `camelCaseFieldName` for naming internal or private fields in both instance and static implementations
Read and follow our [Pull Request template](https://github.com/xamarin/Caboodle/blob/master/PULL_REQUEST_TEMPLATE.md)
### Proposals