Skip to content

Commit a4e6780

Browse files
committed
formatting
1 parent 4009f5d commit a4e6780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/collections/causal/CausalSet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ class CausalSet<T> extends BaseCausalCollection<T> implements CausalCollection<T
255255
this.setCurrentPrevOpsTo(addOp);
256256

257257
if (!(await auth.attempt(addOp))) {
258-
throw new AuthError('Cannot authorize addition operation on CausalSet ' + this.hash() + ', author is: ' + author?.hash());;
258+
throw new AuthError('Cannot authorize addition operation on CausalSet ' + this.hash() + ', author is: ' + author?.hash());
259259
}
260260

261261
return this.applyNewOp(addOp).then(() => true);

0 commit comments

Comments
 (0)