empty lines at the end

This commit is contained in:
Abrar Ahmad 2022-07-26 21:43:16 +05:00
parent c19bac12f7
commit aae8447923
3 changed files with 3 additions and 3 deletions

View file

@ -50,4 +50,4 @@ codeBlocks.forEach((element, key) => {
codeElement.id = `clipText-${key}`;
copyToClipboardBtn.dataset.clipboardTarget = `#${codeElement.id}`;
});
});