Remove duplicate blank line

This commit is contained in:
Pragmatic Software 2015-11-20 21:02:21 -08:00
parent 159474112c
commit 742eb849e8
1 changed files with 0 additions and 1 deletions

View File

@ -1062,7 +1062,6 @@ sub get_also_known_as {
$ids{$id} = { id => $id, type => $self->{alias_type}->{STRONG} };
$self->{pbot}->{logger}->log("Adding $id -> $id\n") if $debug;
my $sth = $self->{dbh}->prepare('SELECT alias, type FROM Aliases WHERE id = ?');
$sth->bind_param(1, $id);
$sth->execute();