+ Fix indent

This commit is contained in:
garnier-quentin 2016-01-29 15:16:26 +01:00
parent 039f385c2f
commit b68f4b0d00
1 changed files with 4 additions and 4 deletions

View File

@ -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 {