consistent spacing for reformating #7

Closed
lastlink wants to merge 11 commits from no-acme into no-acme
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 7ba413dae6 - Show all commits

2
app.js
View File

@ -48,6 +48,8 @@
$('.js-jwk').hidden = true;
$('.js-toc-der-public').hidden = true;
$('.js-toc-der-private').hidden = true;
$('.js-toc-jwk').hidden = true;
$$('.js-toc-pem').forEach(function ($el) {
$el.hidden = true;
});