Correct syntax formatting
[gandi_dns_update.git] / src / error.rs
index 12221fb..e047f56 100644 (file)
@@ -3,7 +3,7 @@ pub type Result<T> = std::result::Result<T, Box<dyn std::error::Error>>;
 \r
 #[derive(Debug)]\r
 pub struct Error {\r
-    pub message: String\r
+    pub message: String,\r
 }\r
 \r
 impl std::fmt::Display for Error {\r
@@ -12,4 +12,4 @@ impl std::fmt::Display for Error {
     }\r
 }\r
 \r
-impl std::error::Error for Error { }
\ No newline at end of file
+impl std::error::Error for Error {}\r