revert formatting changes

pull/7224/head
Ivan Hofer 4 years ago
parent 2425851698
commit 234f9f6574

@ -153,7 +153,7 @@ export function getAllContexts<T extends Map<any, any> = Map<any, any>>(): T {
* https://svelte.dev/docs#run-time-svelte-hascontext * https://svelte.dev/docs#run-time-svelte-hascontext
*/ */
export function hasContext(key): boolean { export function hasContext(key): boolean {
return get_current_component().$$.context.has(key); return get_current_component().$$.context.has(key);
} }
// TODO figure out if we still want to support // TODO figure out if we still want to support

Loading…
Cancel
Save