Skip to content

Commit

Permalink
change: prettier code
Browse files Browse the repository at this point in the history
  • Loading branch information
Skillz4Killz authored and actions-user committed Jun 18, 2021
1 parent 6718c5e commit d2699f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Structures/UniversityMember.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export class UniversityMember extends Base {

/** The discriminator of the member */
get discriminator() {
return this.discrim.toString().padStart(4,"0")
return this.discrim.toString().padStart(4, "0");
}

/** Whether the user belongs to an OAuth2 application */
Expand Down

0 comments on commit d2699f3

Please sign in to comment.