From b634725267ce12aa33d8f4163c28dbe4b08bedc5 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Thu, 25 Jan 2024 00:30:24 +0100 Subject: [PATCH] format --- manifest | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest b/manifest index 3ba5bee..b6dfd07 100644 --- a/manifest +++ b/manifest @@ -89,13 +89,13 @@ module.exports = { identifier: `${internalVars.public_ip}:${internalVars.public_ip_port}`, args: { server: internalVars.public_ip, - port: internalVars.public_ip_port - } + port: internalVars.public_ip_port, + }, }, customLaunchArgs: [ `--server ${internalVars.public_ip}`, `--port ${internalVars.public_ip_port}`, - ] + ], }, { install: () => {