Logs for my internship @ LAAS-CNRS

Format code

Changed files
+2 -1
rapport
+2 -1
rapport/utils.typ
··· 98 98 lines_from_start 99 99 .slice( 100 100 0, 101 - lines_from_start.position(predicate(ends)) + if keep_delimiting { 1 } else { 0 }, 101 + lines_from_start.position(predicate(ends)) 102 + + if keep_delimiting { 1 } else { 0 }, 102 103 ) 103 104 .join("\n") 104 105 }