Merge pull request #103 from Herringway/kill-whitespace-errors-dead

Kill whitespace errors dead, finally
This commit is contained in:
Sebastian Wilzbach 2018-04-10 04:21:56 +02:00 committed by GitHub
commit 02cbf4d459
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 163 additions and 166 deletions

View file

@ -88,4 +88,3 @@ static this()
'\u2028': 'L',
'\u2029': 'P'];
}

View file

@ -75,4 +75,3 @@ struct Flags(names ...) if(names.length <= 8)
flags.empty = false;
assert(flags.empty == false && flags.multiline == false);
}

View file

@ -108,7 +108,6 @@ final class Representer
* throw a $(D RepresenterException). See the example for more information.
*
*
*
* Only one function may be specified for one data type. Default data
* types already have representer functions unless disabled in the
* $(D Representer) constructor.