summaryrefslogtreecommitdiff
path: root/test_plugin/tests/test.js
diff options
context:
space:
mode:
Diffstat (limited to 'test_plugin/tests/test.js')
-rw-r--r--test_plugin/tests/test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_plugin/tests/test.js b/test_plugin/tests/test.js
index 49b126e62..d6d531f14 100644
--- a/test_plugin/tests/test.js
+++ b/test_plugin/tests/test.js
@@ -28,7 +28,7 @@ function runTestSync() {
console.log(`Plugin Sync Response: ${textDecoder.decode(response)}`);
}
-testAsync.setAsyncHandler(response => {
+testAsync.setAsyncHandler((response) => {
console.log(`Plugin Async Response: ${textDecoder.decode(response)}`);
});