mirror of
https://github.com/tale/headplane.git
synced 2026-08-28 16:07:07 +00:00
fix: indentation
This commit is contained in:
committed by
Aarnav Tale
parent
5e60ac1208
commit
602e55a94d
@@ -1,3 +1,3 @@
|
||||
export function isHeadscaleServeCmd(cmdline: string): boolean {
|
||||
return cmdline.includes('headscale') && cmdline.includes("serve");
|
||||
return cmdline.includes('headscale') && cmdline.includes("serve");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user