Fix clippy::semicolon_if_nothing_returned
This commit is contained in:
parent
9991052ce5
commit
34f07b6027
46 changed files with 108 additions and 108 deletions
|
|
@ -480,7 +480,7 @@ impl Frame {
|
|||
},
|
||||
size: self.size,
|
||||
}),
|
||||
))
|
||||
));
|
||||
}
|
||||
}
|
||||
Buffer::Gradient(buffer) => {
|
||||
|
|
@ -493,7 +493,7 @@ impl Frame {
|
|||
},
|
||||
size: self.size,
|
||||
}),
|
||||
))
|
||||
));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue