diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2024-06-15 20:14:00 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2024-06-15 20:14:00 +0900 |
commit | 3f2efd08c5e93b2d20d3f4a32bdfec40a8b14730 (patch) | |
tree | 7d8150f544f8124aee6ae7f68f1e1a449bd0914a | |
parent | 3ab48119dd91fc26fd34c9964538027fa22b460d (diff) |
Remove whitespaces
-rw-r--r-- | algebraic-structures.foldable.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/algebraic-structures.foldable.scm b/algebraic-structures.foldable.scm index 25c66bb..4456bac 100644 --- a/algebraic-structures.foldable.scm +++ b/algebraic-structures.foldable.scm @@ -48,5 +48,3 @@ #f)) #f xs))))) - - |