LaunchServer: Remove tab characters in LaunchServer.ipc

This commit is contained in:
Andreas Kling 2020-05-12 17:12:59 +02:00
parent 1383cd23bc
commit cba4880301
Notes: sideshowbarker 2024-07-19 06:42:26 +09:00

View file

@ -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)
}