summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-12-21 21:43:08 -0500
committermattkae <mattkae@protonmail.com>2022-12-21 21:43:08 -0500
commit3593ec5d351aef3443817fd2837edcb87d62b9fd (patch)
tree05c110b119b3989864bcd0c1f1e9601ebb04af83 /examples
parent18cccf8ce0b0ac454b74f6ce81219a42117aa447 (diff)
Remove smartparens mode
Diffstat (limited to 'examples')
-rw-r--r--examples/test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/test.js b/examples/test.js
index 15c71d7..fc33c2a 100644
--- a/examples/test.js
+++ b/examples/test.js
@@ -16,7 +16,7 @@ class MyBigClass {
constructor(pValue) {
this.mValue = pValue;
}
-
+
getValue() {
return this.mValue;
}