return Self implementation

This commit is contained in:
yggverse 2024-09-26 01:14:33 +03:00
parent bdad712690
commit 003486e3ed
22 changed files with 22 additions and 22 deletions

View file

@ -6,7 +6,7 @@ pub struct Text {
impl Text {
// Construct
pub fn new() -> Text {
pub fn new() -> Self {
Self {
widget: ScrolledWindow::builder().build(),
}