Skip to content

Commit 9808635

Browse files
committed
fix style
1 parent a99153d commit 9808635

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/SimpleTest.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
<?php
2-
3-
42
namespace Chip\Tests;
53

6-
74
use Chip\Alarm;
85
use Chip\AlarmLevel;
96
use Chip\ChipFactory;
@@ -24,4 +21,4 @@ public function testSimple()
2421
$this->assertEquals(AlarmLevel::DANGER(), $alarm->level);
2522
$this->assertEquals('Callback_', $alarm->type);
2623
}
27-
}
24+
}

0 commit comments

Comments
 (0)