Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
murdercode authored and github-actions[bot] committed Aug 5, 2024
1 parent 33939d0 commit bc0c6d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/CloudflareAnalytics.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace The3LabsTeam\PhpCloudflareAnalytics;

use Dotenv\Dotenv;
use DateTime;
use DateInterval;
use DateTime;
use Dotenv\Dotenv;

class CloudflareAnalytics
{
Expand Down
2 changes: 1 addition & 1 deletion tests/CloudflareAnalyticsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@

$this->assertIsArray($results);
$this->assertGreaterThan(0, $results);
});
});

0 comments on commit bc0c6d6

Please sign in to comment.