feat : add blank line between class members

This commit is contained in:
vitormalencar 2021-02-25 16:29:36 +01:00
parent 4ab89f3d98
commit c23b30d052

View File

@ -39,6 +39,7 @@ class ClipboardAction {
this.selectTarget(); this.selectTarget();
} }
} }
/** /**
* Creates a fake textarea element, sets its value from `text` property, * Creates a fake textarea element, sets its value from `text` property,
*/ */