diff --git a/src/annotation/annotations/access.js b/src/annotation/annotations/access.js index cfde1d66..a01bcef7 100644 --- a/src/annotation/annotations/access.js +++ b/src/annotation/annotations/access.js @@ -10,7 +10,9 @@ export default function access(env) { }, autofill(item) { - if (env.privatePrefix === false) { return; } + if (env.privatePrefix === false) { + return; + } let testFunc = defaultPrivatePrefixTest;