aboutsummaryrefslogtreecommitdiff
path: root/src/LegacyArithmetic/BaseSystem.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/LegacyArithmetic/BaseSystem.v')
-rw-r--r--src/LegacyArithmetic/BaseSystem.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LegacyArithmetic/BaseSystem.v b/src/LegacyArithmetic/BaseSystem.v
index a54bc483f..3f426e98b 100644
--- a/src/LegacyArithmetic/BaseSystem.v
+++ b/src/LegacyArithmetic/BaseSystem.v
@@ -36,4 +36,4 @@ Section BaseSystem.
Definition decode' bs u := fold_right accumulate 0 (combine u bs).
Definition decode := decode' base.
Definition mul_each u := map (Z.mul u).
-End BaseSystem. \ No newline at end of file
+End BaseSystem.