Skip to content

Commit

Permalink
ran prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed May 30, 2024
1 parent 90040fa commit ed4f0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/click-to-reveal.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default class ClickToRevealComponent extends ClickToCopyComponent {
* @param {...Arguments} { column, clickToCopy, }
* @memberof ClickToRevealComponent
*/
constructor(owner, { column, clickToCopy }) {
constructor(owner, { column, clickToCopy }) {
super(...arguments);

this.clickToCopy = clickToCopy ?? false;
Expand Down

0 comments on commit ed4f0f9

Please sign in to comment.