mirror of
https://github.com/sharkdp/bat.git
synced 2025-03-15 15:18:45 +00:00
Remove unnecessary '-> ()'s
This commit is contained in:
parent
9d08c0102e
commit
d2b26a5f1f
@ -35,15 +35,15 @@ impl InputDescription {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn set_kind(&mut self, kind: Option<String>) -> () {
|
pub fn set_kind(&mut self, kind: Option<String>) {
|
||||||
self.kind = kind;
|
self.kind = kind;
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn set_summary(&mut self, summary: Option<String>) -> () {
|
pub fn set_summary(&mut self, summary: Option<String>) {
|
||||||
self.summary = summary;
|
self.summary = summary;
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn set_title(&mut self, title: Option<String>) -> () {
|
pub fn set_title(&mut self, title: Option<String>) {
|
||||||
self.title = title;
|
self.title = title;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user