Skip to content

Commit 4d42c4e

Browse files
committed
fix lint error
1 parent be59f0f commit 4d42c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ownership/validator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ impl Display for ValidationErrors {
167167
write!(f, "{}", error_messages)?;
168168
}
169169

170-
write!(f, "\n")?;
170+
writeln!(f)?;
171171
}
172172

173173
Ok(())

0 commit comments

Comments
 (0)