Style clean up++
This commit is contained in:
parent
6ca966cb9c
commit
a2aeaa38c6
|
@ -43,7 +43,7 @@ get '/news';
|
|||
# - Compute SHA-1 of third and use least significant 40 bits
|
||||
# TODO: This ancient code could certainly be cleaned up
|
||||
get '/ula6' => sub {
|
||||
my ($c) = @_;
|
||||
my ($c) = @_;
|
||||
my ($mac, $ula6);
|
||||
|
||||
# Check the MAC
|
||||
|
|
Loading…
Reference in a new issue