Skip to content

Commit 6ccced8

Browse files
committed
Properly indent a function parameter
No functional change intended.
1 parent 4c878fd commit 6ccced8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

splitgpg2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1283,7 +1283,7 @@ def validate_keygen_sexp(*, untrusted_sexp: 'SExpr') -> None:
12831283
untrusted_args=untrusted_args)
12841284

12851285
async def inquire_command_D(self, validate_sexp: 'SExprValidator', *,
1286-
untrusted_args: bytes) -> bool:
1286+
untrusted_args: bytes) -> bool:
12871287
# We parse and then reserialize the sexpr. Currently we assume that the
12881288
# sexpr fits in one assuan line. This line length also implicitly
12891289
# limits the sexpr sizes.

0 commit comments

Comments
 (0)