Skip to content
Snippets Groups Projects
Commit 467a70b4 authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Remove unnecessary ;

parent 687e9fc9
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ if( ! variation_attach( $db )) {
#
my $sth = $db->dbc->prepare("DELETE df, dt, a FROM density_feature df, density_type dt, analysis a WHERE a.analysis_id=dt.analysis_id AND dt.density_type_id=df.density_type_id AND a.logic_name='snpDensity'");
$sth->execute();;
$sth->execute();
#
# Get the adaptors needed;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment