Skip to content

Commit 8098140

Browse files
committed
remove explicit return
1 parent 24b14da commit 8098140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/desktop/src-tauri/src/web_api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,6 @@ impl<T: Manager<R> + Emitter<R>, R: Runtime> ManagerExt<R> for T {
136136
return app_state.server_url != env_url;
137137
}
138138

139-
return false;
139+
false
140140
}
141141
}

0 commit comments

Comments
 (0)