Minor cleanup
This commit is contained in:
parent
62072c2a50
commit
5a790dbd5b
@ -7,7 +7,7 @@ use warnings;
|
||||
use experimental qw{signatures};
|
||||
|
||||
sub new($class) {
|
||||
bless {}, $class
|
||||
bless {}
|
||||
}
|
||||
|
||||
sub test_model($self, $string) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user