Enable long line checks in travis

This commit is contained in:
Jack Stouffer 2016-07-02 01:01:34 -04:00
parent d71ef1f69b
commit 6b22c63c5b
2 changed files with 2 additions and 2 deletions

View file

@ -4298,7 +4298,7 @@ if (isSomeChar!C)
static struct Result
{
private:
import core.exception;
import core.exception : RangeError;
C[] _s;
size_t _frontLength;