mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 05:52:23 -05:00
fix: add extra line in if3 comment
This commit is contained in:
parent
828e724659
commit
a09a0c47ae
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ pub fn animal_habitat(animal: &str) -> &'static str {
|
|||
|
||||
habitat
|
||||
}
|
||||
|
||||
// No test changes needed.
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
|
|
Loading…
Reference in a new issue