Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix lint errors
Browse files Browse the repository at this point in the history
jeswr committed Sep 8, 2024
1 parent e3534fb commit 0eb3e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/N3Store.js
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ function merge(target, source, depth = 4) {
/**
* Determines the intersection of the `_graphs` index s1 and s2.
* s1 and s2 *must* belong to Stores that share an `_entityIndex`.
*
*
* False is returned when there is no intersection; this should
* *not* be set as the value for an index.
*/

0 comments on commit 0eb3e62

Please sign in to comment.