Merge pull request #103 from Herringway/kill-whitespace-errors-dead
Kill whitespace errors dead, finally
This commit is contained in:
commit
02cbf4d459
|
@ -88,4 +88,3 @@ static this()
|
|||
'\u2028': 'L',
|
||||
'\u2029': 'P'];
|
||||
}
|
||||
|
||||
|
|
|
@ -75,4 +75,3 @@ struct Flags(names ...) if(names.length <= 8)
|
|||
flags.empty = false;
|
||||
assert(flags.empty == false && flags.multiline == false);
|
||||
}
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue