[LON-CAPA-cvs] cvs: loncom /homework grades.pm

raeburn raeburn at source.lon-capa.org
Mon Jul 1 16:22:34 EDT 2024


raeburn		Mon Jul  1 20:22:34 2024 EDT

  Modified files:              
    /loncom/homework	grades.pm 
  Log:
  - Remove trailing whitespace.
  
  
Index: loncom/homework/grades.pm
diff -u loncom/homework/grades.pm:1.793 loncom/homework/grades.pm:1.794
--- loncom/homework/grades.pm:1.793	Sun Apr  2 03:16:28 2023
+++ loncom/homework/grades.pm	Mon Jul  1 20:22:34 2024
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # The LON-CAPA Grading handler
 #
-# $Id: grades.pm,v 1.793 2023/04/02 03:16:28 raeburn Exp $
+# $Id: grades.pm,v 1.794 2024/07/01 20:22:34 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -3848,8 +3848,8 @@
             $$record{$key} = join(',', at versioned_portfiles);
             push(@returned_keys,$key);
         }
-    } 
-    return (@returned_keys);   
+    }
+    return (@returned_keys);
 }
 
 #--------------------------------------------------------------------------------------




More information about the LON-CAPA-cvs mailing list