Skip to content

Commit c2ebaa7

Browse files
committed
minor
1 parent 5eb3e97 commit c2ebaa7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bhav-to-diagram.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,7 @@
207207
function handleInput(input) {
208208
outputArea.classList.remove('error');
209209

210-
if (input.trim().length === 0)
211-
{
210+
if (input.trim().length === 0) {
212211
outputArea.value = '';
213212
setupDiagram('');
214213
return;

0 commit comments

Comments
 (0)