[tor-commits] [rbm/master] Remove useless comma

boklm at torproject.org boklm at torproject.org
Thu Apr 27 10:44:17 UTC 2017


commit 0bf69095d566885d3daa23fd51dae28a02d84590
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Thu Apr 27 12:29:03 2017 +0200

    Remove useless comma
---
 lib/RBM.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/RBM.pm b/lib/RBM.pm
index 3fa8d35..50332d7 100644
--- a/lib/RBM.pm
+++ b/lib/RBM.pm
@@ -745,7 +745,7 @@ sub input_files {
     my $need_dl = $action ne 'getfpaths';
     my $input_files_id = '';
     $options = {$options ? %$options : ()};
-    my $input_files = project_config($project, 'input_files', $options,);
+    my $input_files = project_config($project, 'input_files', $options);
     goto RETURN_RES unless $input_files;
     my $proj_dir = path(project_config($project, 'projects_dir', $options));
     my $src_dir = "$proj_dir/$project";





More information about the tor-commits mailing list