Skip to content

Commit

Permalink
apply prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Jul 9, 2023
1 parent 0486ac1 commit 2529256
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ function receiveUpdate(update) {
) {
state.blackAddr = state.request.addr;
state.blackName = state.request.name;
const desc =
normalizeName(state.blackName) + " joined the game";
const desc = normalizeName(state.blackName) + " joined the game";
const update = {
payload: {
blackAddr: state.blackAddr,
Expand Down

0 comments on commit 2529256

Please sign in to comment.