Skip to content

Commit

Permalink
Whitespace fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
LoonyPandora committed Mar 30, 2012
1 parent 23f2361 commit 2799cdc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/Digest/Bcrypt.pm
Expand Up @@ -17,7 +17,7 @@ or through the Digest meta-module. Using the latter is recommended.
# via the Digest module (recommended)
use Digest;
my $bcrypt = Digest->new('Bcrypt');
# $cost is an integer between 1 and 31
Expand All @@ -39,9 +39,8 @@ or through the Digest meta-module. Using the latter is recommended.
# Using the module directly (same interface as above)
use Digest::Bcrypt;
my $bcrypt = Digest::Bcrypt->new();
my $bcrypt = Digest::Bcrypt->new();
=cut

Expand Down

0 comments on commit 2799cdc

Please sign in to comment.