From c63a84d8ffc8552a13cc02d12da25732f4f3efdf Mon Sep 17 00:00:00 2001 From: Jacob Pipkin Date: Fri, 16 Nov 2012 22:24:54 -0600 Subject: spacing and extra comma cleaned up --- SBO-Lib/lib/SBO/Lib.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'SBO-Lib/lib/SBO/Lib.pm') diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm index 0a693e3..eae87a0 100644 --- a/SBO-Lib/lib/SBO/Lib.pm +++ b/SBO-Lib/lib/SBO/Lib.pm @@ -744,8 +744,8 @@ sub get_build_queue { my $temp_queue = []; for my $sbo (@$sbos) { my %args = ( - QUEUE => $temp_queue,, - NAME => $sbo, + QUEUE => $temp_queue, + NAME => $sbo, WARNINGS => $warnings ); add_to_queue(\%args); @@ -755,6 +755,6 @@ sub get_build_queue { FIRST: for my $sb (@$temp_queue) { next FIRST if $seen{$sb}++; push @build_queue, $sb; - } + } return \@build_queue; } -- cgit v1.2.3