Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
sajp committed Dec 3, 2014
1 parent 550709d commit 6000c04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/LIMS2/WebApp/Controller/API/CrisprQc.pm
Expand Up @@ -131,7 +131,8 @@ sub crispr_es_qc_well_POST {
);
}

sub validate_crispr_es_qc_run : Path( '/api/validate_crispr_es_qc_run' ) : Args(0) :ActionClass( 'REST' ) { }
sub validate_crispr_es_qc_run : Path( '/api/validate_crispr_es_qc_run' ) : Args(0) :ActionClass( 'REST' ) {
}

=head2 POST
Expand Down Expand Up @@ -160,7 +161,6 @@ sub validate_crispr_es_qc_run_POST {
return
}


=head1 LICENSE
This library is free software. You can redistribute it and/or modify
Expand Down

0 comments on commit 6000c04

Please sign in to comment.