Skip to content

Commit ed6d142

Browse files
committed
fix lint
1 parent 0575ef7 commit ed6d142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithms/number_theory_and_cryptography/discrete_log/discrete_log.qmod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ qfunc discrete_log(generator: int, target: int, modulus: int, order: int, output
4444

4545
qfunc main(output alpha: qnum, output beta: qnum, output func_res: qnum) {
4646
discrete_log(generator, target, modulus, order, alpha, beta, func_res);
47-
}
47+
}

0 commit comments

Comments
 (0)