File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ pub struct ReleaseError;
39
39
40
40
impl fmt:: Display for ReleaseError {
41
41
fn fmt ( & self , f : & mut fmt:: Formatter < ' _ > ) -> fmt:: Result {
42
- f. write_str ( "Failed to release alpm" )
42
+ f. write_str ( "failed to release alpm" )
43
43
}
44
44
}
45
45
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ pub struct SignatureDecodeError;
14
14
15
15
impl fmt:: Display for SignatureDecodeError {
16
16
fn fmt ( & self , f : & mut fmt:: Formatter < ' _ > ) -> fmt:: Result {
17
- f. write_str ( "Failed to decode signature" )
17
+ f. write_str ( "failed to decode signature" )
18
18
}
19
19
}
20
20
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ pub struct ChecksumError;
8
8
9
9
impl fmt:: Display for ChecksumError {
10
10
fn fmt ( & self , f : & mut fmt:: Formatter < ' _ > ) -> fmt:: Result {
11
- f. write_str ( "Failed to compute checksum" )
11
+ f. write_str ( "failed to compute checksum" )
12
12
}
13
13
}
14
14
You can’t perform that action at this time.
0 commit comments