Remove whitespace at end of line

pull/2769/head
Hongarc 6 years ago committed by GitHub
parent 011b33181e
commit 77ff915198
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
<script> <script>
import { quintOut } from 'svelte/easing'; import { quintOut } from 'svelte/easing';
import { crossfade } from 'svelte/transition'; import { crossfade } from 'svelte/transition';
import { flip } from 'svelte/animate'; import { flip } from 'svelte/animate';
const [send, receive] = crossfade({ const [send, receive] = crossfade({

Loading…
Cancel
Save