mirror of
https://github.com/alterware/alterware-launcher.git
synced 2025-12-04 07:17:50 +00:00
use String::default() for empty strings
as suggested by diamante quality control ™️
This commit is contained in:
@@ -47,6 +47,6 @@ pub async fn download_file(
|
||||
pb.set_position(new);
|
||||
}
|
||||
|
||||
pb.set_message("");
|
||||
pb.set_message(String::default());
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user