1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 12:17:44 +00:00

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

View file

@ -1,6 +1,5 @@
endpoint LaunchServer = 101 endpoint LaunchServer = 101
{ {
Greet() => (i32 client_id) Greet() => (i32 client_id)
OpenUrl(String url) => (bool response) OpenUrl(String url) => (bool response)
} }