From 6aea15357cc10dd59257498935af7c54c4d79674 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Ma=C4=87kowski?= Date: Tue, 8 Oct 2024 19:22:54 +0200 Subject: [PATCH] chore: run prettier --- .all-contributorsrc | 1 - ext/js/submit.js | 10 +++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 0071833..472ec25 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -33,4 +33,3 @@ "contributorsPerLine": 7, "linkToUsage": true } - diff --git a/ext/js/submit.js b/ext/js/submit.js index 11b2bee..bf41871 100644 --- a/ext/js/submit.js +++ b/ext/js/submit.js @@ -11,11 +11,11 @@ ) .append( 'Filename:' + - '
' + - ' ' + - ' ' + - '
' + - '', + '
' + + ' ' + + ' ' + + '
' + + '', ); const problemSelect = $('#id_problem');