r13057@rob-kinyons-powerbook58: rob | 2006-05-10 15:38:57 -0400
[dbsrgits/DBM-Deep.git] / lib / DBM / Deep.pm
index e51b544..ccaac7f 100644 (file)
@@ -437,7 +437,6 @@ sub STORE {
     my $self = shift->_get_self;
     my ($key, $value, $orig_key) = @_;
 
-
     if ( !FileHandle::Fmode::is_W( $self->_fh ) ) {
         $self->_throw_error( 'Cannot write to a readonly filehandle' );
     }