Skip to content

Commit

Permalink
Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuk committed Aug 12, 2016
1 parent 1f0e8a1 commit 9cb6cad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/language/src/v1beta1/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var languageServiceApi = require('./language_service_api');

function v1beta1(options) {
return languageServiceApi(options);
};
}

v1beta1.SERVICE_ADDRESS = languageServiceApi.SERVICE_ADDRESS;
v1beta1.ALL_SCOPES = languageServiceApi.ALL_SCOPES;
Expand Down
6 changes: 3 additions & 3 deletions packages/language/src/v1beta1/language_service_api.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ module.exports = function build(options) {
return this._annotateText(req, args.options, args.callback);
};
return built;
}
};

module.exports.SERVICE_ADDRESS;
module.exports.ALL_SCOPES;
module.exports.SERVICE_ADDRESS = SERVICE_ADDRESS;
module.exports.ALL_SCOPES = ALL_SCOPES;

0 comments on commit 9cb6cad

Please sign in to comment.