Skip to content

Commit 9cbd58f

Browse files
committed
add space
1 parent eae7386 commit 9cbd58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/requests/delete-account-confirm-request.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class DeleteAccountConfirmRequest extends AuthRequest {
138138
return Promise.resolve().then(() => {
139139
this.userStore.deleteUser(user)
140140
.then(() => fs.remove(accountDir))
141-
.then(() => debug('Removed user' + user.username))
141+
.then(() => debug('Removed user ' + user.username))
142142
})
143143
}
144144

0 commit comments

Comments
 (0)