LaunchServer: Remove tab characters in LaunchServer.ipc
This commit is contained in:
parent
1383cd23bc
commit
cba4880301
Notes:
sideshowbarker
2024-07-19 06:42:26 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/cba48803014
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
Reference in a new issue