about summary refs log tree commit diff
path: root/tvix/eval/src/vm/macros.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/eval/src/vm/macros.rs')
-rw-r--r--tvix/eval/src/vm/macros.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/eval/src/vm/macros.rs b/tvix/eval/src/vm/macros.rs
index f9c084d41f91..1d2da8e897a7 100644
--- a/tvix/eval/src/vm/macros.rs
+++ b/tvix/eval/src/vm/macros.rs
@@ -1,6 +1,6 @@
 /// This module provides macros which are used in the implementation
 /// of the VM for the implementation of repetitive operations.
-
+///
 /// This macro simplifies the implementation of arithmetic operations,
 /// correctly handling the behaviour on different pairings of number
 /// types.