Github user robertkowalski commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/745#discussion_r70819861
--- Diff: app/addons/auth/resources.js ---
@@ -136,7 +133,7 @@ Auth.Session = CouchdbSession.Session.extend({
}
},
- createAdmin: function (username, password, login, node) {
+ createAdmin(username, password, login, node) {
--- End diff --
i would like to see those style changes in a separate commit, so the diff
for the actual change is easier to reason about
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---