mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:57:35 +00:00
LaunchServer: Remove tab characters in LaunchServer.ipc
This commit is contained in:
parent
1383cd23bc
commit
cba4880301
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
|||
endpoint LaunchServer = 101
|
||||
{
|
||||
Greet() => (i32 client_id)
|
||||
|
||||
OpenUrl(String url) => (bool response)
|
||||
Greet() => (i32 client_id)
|
||||
OpenUrl(String url) => (bool response)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue