[librsvg: 6/8] cargo fmt
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg: 6/8] cargo fmt
- Date: Thu, 6 May 2021 23:15:17 +0000 (UTC)
commit a010b0095259400b2f19d0ad0a5a7d67cbb8d29c
Author: Federico Mena Quintero <federico gnome org>
Date: Thu May 6 12:45:22 2021 -0500
cargo fmt
src/bin/rsvg-convert.rs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/bin/rsvg-convert.rs b/src/bin/rsvg-convert.rs
index 9031268d..78a6e22e 100644
--- a/src/bin/rsvg-convert.rs
+++ b/src/bin/rsvg-convert.rs
@@ -40,8 +40,8 @@ impl From<cairo::Error> for Error {
match s {
cairo::Error::InvalidSize => Self(String::from(
"The resulting image would be larger than 32767 pixels on either dimension.\n\
- Librsvg currently cannot render to images bigger than that.\n\
- Please specify a smaller size.",
+ Librsvg currently cannot render to images bigger than that.\n\
+ Please specify a smaller size.",
)),
e => Self(format!("{}", e)),
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]