File tree 1 file changed +2
-8
lines changed
1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -89,10 +89,7 @@ pub fn load_last_release_info_and_set_banner() {
89
89
90
90
fn set_banner_from_release_info ( latest : & Release ) {
91
91
let mux = crate :: Mux :: get ( ) ;
92
- let url = format ! (
93
- "https://wezterm.org/changelog.html#{}" ,
94
- latest. tag_name
95
- ) ;
92
+ let url = format ! ( "https://wezterm.org/changelog.html#{}" , latest. tag_name) ;
96
93
97
94
let icon = ITermFileData {
98
95
name : None ,
@@ -191,10 +188,7 @@ fn update_checker() {
191
188
current
192
189
) ;
193
190
194
- let url = format ! (
195
- "https://wezterm.org/changelog.html#{}" ,
196
- latest. tag_name
197
- ) ;
191
+ let url = format ! ( "https://wezterm.org/changelog.html#{}" , latest. tag_name) ;
198
192
199
193
if force_ui || socks. is_empty ( ) || socks[ 0 ] == my_sock {
200
194
persistent_toast_notification_with_click_to_open_url (
You can’t perform that action at this time.
0 commit comments