diff --git a/coverage/clover.xml b/coverage/clover.xml index 27f1559..980a545 100644 --- a/coverage/clover.xml +++ b/coverage/clover.xml @@ -1,6 +1,6 @@ - - + + diff --git a/coverage/lcov-report/Index.svelte.html b/coverage/lcov-report/Index.svelte.html index 9c22468..aa79341 100644 --- a/coverage/lcov-report/Index.svelte.html +++ b/coverage/lcov-report/Index.svelte.html @@ -397,7 +397,7 @@

All files Index.svelte

}); } - function checkValidity(doNotify: boolean, extrakeys?: { [x: string]: any } = {}): IInputValue | void { + function checkValidity(doNotify: boolean, extrakeys: { [x: string]: any } = {}): IInputValue | void { let completevalue = ''; let isInputComplete = true; @@ -511,7 +511,7 @@

All files Index.svelte