about summary refs log tree commit diff
path: root/tests/coverage/conditions.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/coverage/conditions.rs')
-rw-r--r--tests/coverage/conditions.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/coverage/conditions.rs b/tests/coverage/conditions.rs
index fa7f2a116c2..e18e7191e61 100644
--- a/tests/coverage/conditions.rs
+++ b/tests/coverage/conditions.rs
@@ -45,6 +45,7 @@ fn main() {
         if countdown > 7 {
             countdown -= 4;
         }
+        //
         else if countdown > 2 {
             if countdown < 1 || countdown > 5 || countdown != 9 {
                 countdown = 0;