Consistent code formatting
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
<script lang="ts">
|
||||
import type { Adventure } from '$lib/utils/types'
|
||||
export let data;
|
||||
let result = data.result;
|
||||
|
||||
import type { Adventure } from "$lib/utils/types";
|
||||
export let data;
|
||||
let result = data.result;
|
||||
</script>
|
||||
|
||||
<p>{result}</p>
|
||||
<p>{result}</p>
|
||||
|
||||
Reference in New Issue
Block a user