why3: newline

This commit is contained in:
AnHaechan
2023-08-25 04:39:12 +00:00
parent 5b1c430ff3
commit f64b046153
9 changed files with 9 additions and 9 deletions

View File

@@ -27,4 +27,4 @@ module Division
done;
q
end
end

View File

@@ -34,4 +34,4 @@ module FactLoop
done;
r
end
end

View File

@@ -46,4 +46,4 @@ module TwoWaySort
end
done
end
end