Add blank line.

This commit is contained in:
Bradley M. Kuhn 2015-12-20 16:58:42 -08:00
parent 3b3ee21288
commit ef7a4ecc49

View file

@ -10,6 +10,7 @@ use Test::Exception;
use Scalar::Util qw(looks_like_number reftype);
use POSIX qw(strftime);
# Yes, this may cause tests to fail if you run them near midnight. :)
my $today = strftime "%Y-%m-%d", gmtime;