瀏覽代碼

Remove trailing space

soohwa 7 年之前
父節點
當前提交
ad607c1291
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      models/users.js

+ 1 - 1
models/users.js

@@ -537,7 +537,7 @@ if (Meteor.isServer) {
     if (doc.createdThroughApi) {
       // The admin user should be able to create a user despite disabling registration because
       // it is two different things (registration and creation).
-      // So, when a new user is created via the api (only admin user can do that) one must avoid 
+      // So, when a new user is created via the api (only admin user can do that) one must avoid
       // the disableRegistration check.
       // Issue : https://github.com/wekan/wekan/issues/1232
       // PR    : https://github.com/wekan/wekan/pull/1251