Skip to content

Commit

Permalink
Fix typo in BootstrapBlock.pm
Browse files Browse the repository at this point in the history
Updates #630
  • Loading branch information
LukedFitzpatrick committed Jan 22, 2017
1 parent 176e3d9 commit 3836d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Biodiverse/TreeNode/BootstrapBlock.pm
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ sub decode_bootstrap_block {

# get rid of leading and trailing square brackets
$input =~ s/^\[//;
$input =~ s/\[$//;
$input =~ s/\]$//;

$input = "{".$input."}";

Expand Down

0 comments on commit 3836d9f

Please sign in to comment.