+ Fix indent
This commit is contained in:
parent
039f385c2f
commit
b68f4b0d00
|
@ -82,12 +82,12 @@ sub check_options {
|
||||||
}
|
}
|
||||||
|
|
||||||
sub error {
|
sub error {
|
||||||
my ($self) = shift;
|
my ($self) = shift;
|
||||||
|
|
||||||
if (@_) {
|
if (@_) {
|
||||||
$self->{error} = $_[0];
|
$self->{error} = $_[0];
|
||||||
}
|
}
|
||||||
return $self->{error};
|
return $self->{error};
|
||||||
}
|
}
|
||||||
|
|
||||||
sub read {
|
sub read {
|
||||||
|
|
Loading…
Reference in New Issue