Reformat time!

This commit is contained in:
shibafu
2019-01-19 03:02:37 +09:00
parent a30919991c
commit 56831c78c3
9 changed files with 20 additions and 20 deletions

View File

@@ -54,4 +54,4 @@ class FormatterTest extends TestCase
$url = 'http://example.com/path/to?foo=bar&hoge=fuga#';
$this->assertEquals('http://example.com/path/to?foo=bar&hoge=fuga', $formatter->normalizeUrl($url));
}
}
}