Removed duplicate true

This commit is contained in:
Benjamyn Love 2025-07-02 10:55:15 +10:00
parent dadd07c4c6
commit 997508cedf

View File

@ -17,8 +17,6 @@ impl IPC {
Ok(_) => return true,
Err(_) => return false,
}
true
}
pub fn read(self) -> String {