From bced52505f32d6cca4f944bb610a8a26767908a8 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Sun, 29 Mar 2020 04:03:49 +1100 Subject: Update to Prettier 2 and use ES Private Fields (#4498) --- test_plugin/tests/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_plugin/tests/test.js') 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)}`); }); -- cgit v1.2.3