Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

Commit

Permalink
Update tier.js
Browse files Browse the repository at this point in the history
Fixing code style
  • Loading branch information
Ardenian authored Oct 18, 2016
1 parent 445c9ef commit 6812971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mods/tier.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ idrinth.tier = {
},
{
type: 'span',
content: idrinth.tier.list[list[count]].types.join( ', ' )
content: idrinth.tier.list[list[count]].types.join ( ', ' )
},
{
type: 'button',
Expand Down Expand Up @@ -293,4 +293,4 @@ idrinth.tier = {
}
makeList ( result );
}
};
};

0 comments on commit 6812971

Please sign in to comment.