summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorliv <shadows_withal@fastmail.com>2023-09-04 13:53:54 +0200
committerliv <shadows_withal@fastmail.com>2023-09-04 13:53:54 +0200
commita09a0c47aec37215ed3ff5260ee77f732fc866de (patch)
treee82c396cc1abc14d21306f4fb8892bc6c7b0fc62
parent828e7246598d2d55ea4b379194120367163e397e (diff)
fix: add extra line in if3 comment
-rw-r--r--exercises/if/if3.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/exercises/if/if3.rs b/exercises/if/if3.rs
index 0040023..1696274 100644
--- a/exercises/if/if3.rs
+++ b/exercises/if/if3.rs
@@ -28,6 +28,7 @@ pub fn animal_habitat(animal: &str) -> &'static str {
habitat
}
+
// No test changes needed.
#[cfg(test)]
mod tests {