From 24fe2822bea6b8e8b4922c92915371efb8d93111 Mon Sep 17 00:00:00 2001 From: mervyn <6359152+reply2future@users.noreply.github.com> Date: Wed, 27 Dec 2023 11:38:38 +0800 Subject: [PATCH] chore(format): refactor code format re #59 --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 21724ff..d9c00dd 100644 --- a/main.js +++ b/main.js @@ -55,7 +55,7 @@ function initListeners () { }) } -function startMonitor() { +function startMonitor () { monitor.start() }