fix: add extra line in if3 comment

This commit is contained in:
liv 2023-09-04 13:53:54 +02:00
parent 828e724659
commit a09a0c47ae
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ pub fn animal_habitat(animal: &str) -> &'static str {
habitat habitat
} }
// No test changes needed. // No test changes needed.
#[cfg(test)] #[cfg(test)]
mod tests { mod tests {