style(tests): fix whitespace

pull/6996/head
Torsten Dittmann 5 years ago committed by GitHub
parent 9e9acace2e
commit 4af8b4cf16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,9 +1,9 @@
<script>
import { onMount } from 'svelte';
import { onMount } from 'svelte';
let e;
onMount(() => {
e.remove();
})
</script>
<div bind:this={e} />
<div bind:this={e} />

Loading…
Cancel
Save