File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ async function test_stringsparqlqueryable() {
8080}
8181
8282async function test_algebrasparqlqueryable ( ) {
83- interface AlgebraType { mock : 'algebra' } ;
83+ interface AlgebraType { mock : 'algebra' }
8484 const engine : AlgebraSparqlQueryable < AlgebraType , SparqlResultSupport > = < any > { } ;
8585
8686 const bindings : ResultStream < Bindings > = await engine . queryBindings ( { mock : 'algebra' } ) ;
@@ -104,7 +104,7 @@ async function test_stringsparqlqueryable_partial() {
104104}
105105
106106async function test_algebrasparqlqueryable_partial ( ) {
107- interface AlgebraType { mock : 'algebra' } ;
107+ interface AlgebraType { mock : 'algebra' }
108108 const engine : AlgebraSparqlQueryable < AlgebraType , BindingsResultSupport & QuadsResultSupport > = < any > { } ;
109109
110110 const bindings : ResultStream < Bindings > = await engine . queryBindings ( { mock : 'algebra' } ) ;
You can’t perform that action at this time.
0 commit comments