remove blank line at EOF errors
This commit is contained in:
parent
e411fad92f
commit
9b7c882a03
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue