Skip to content

Commit 5bebcaf

Browse files
binarykactions-user
authored andcommitted
Fix styling
1 parent fc04aa5 commit 5bebcaf

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

tests/Profiling/ServerMemoryTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Binarcode\LaravelDeveloper\Tests\Profiling;
44

55
use Binarcode\LaravelDeveloper\Profiling\ServerMemory;
6-
use Binarcode\LaravelDeveloper\Profiling\ServerTiming;
76
use Binarcode\LaravelDeveloper\Tests\TestCase;
87
use Illuminate\Support\Collection;
98

@@ -28,7 +27,5 @@ public function test_can_measure_memory()
2827
1,
2928
round($memory->getMemory())
3029
);
31-
3230
}
33-
3431
}

tests/Profiling/ServerTimingTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,5 @@ public function test_can_measure_timing()
2222
1,
2323
(int)$timing->getDuration()
2424
);
25-
2625
}
27-
2826
}

0 commit comments

Comments
 (0)