Skip to content

Commit

Permalink
Add line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
FWeinb committed Feb 8, 2015
1 parent 233bd12 commit 4ac91c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/annotation/annotations/access.js
Expand Up @@ -10,7 +10,9 @@ export default function access(env) {
},

autofill(item) {
if (env.privatePrefix === false) { return; }
if (env.privatePrefix === false) {
return;
}

let testFunc = defaultPrivatePrefixTest;

Expand Down

0 comments on commit 4ac91c9

Please sign in to comment.