Skip to content

Commit a9ba8c1

Browse files
committed
improve spacing
Signed-off-by: Zen <[email protected]>
1 parent dbd5d15 commit a9ba8c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ugrd/crypto/gpg.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
__author__ = 'desultory'
2-
__version__ = '1.0.0'
2+
__version__ = '1.0.1'
33

44

55
def start_agent(self) -> str:
66
""" Start the GPG agent. """
7-
args = " ".join(self['gpg_agent_args']) if self['gpg_agent_args'] else ""
8-
return f"gpg-agent {args}"
7+
args = ' ' + " ".join(self['gpg_agent_args']) if self['gpg_agent_args'] else ""
8+
return f"gpg-agent {args}"
99

0 commit comments

Comments
 (0)