Skip to content

Commit 0f5d527

Browse files
committed
chore: spacing
1 parent 6cc8cce commit 0f5d527

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/utils/user.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ fn.user = wrap(function fnUser() {
33
function self() {
44
if (!selfData) {
55
selfData = Object.freeze({
6-
id: global('selfId'),
7-
username: global('selfUsername'),
8-
mainGroup: global('selfMainGroup'),
6+
id: global('selfId'),
7+
username: global('selfUsername'),
8+
mainGroup: global('selfMainGroup'),
99
});
10-
}
10+
}
1111
return selfData;
1212
}
1313

0 commit comments

Comments
 (0)