Skip to content

Commit bea65f8

Browse files
committed
fix ci
1 parent 92f5708 commit bea65f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/hbb_common/src/platform/linux.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ pub fn get_display_server_of_session(session: &str) -> String {
8888
String::from_utf8_lossy(&output.stdout)
8989
.replace("Type=", "")
9090
.trim_end()
91-
.into();
91+
.into()
9292
} else {
9393
"".to_owned()
9494
};

0 commit comments

Comments
 (0)