filesystem: fix double space in docstring

Change-Id: I69ef171ac2dd2e2717404b1f3b10f986af419f6e
This commit is contained in:
Philipp Maier
2024-08-23 12:17:11 +02:00
parent 1f92031079
commit 585e16a923

View File

@@ -1333,7 +1333,7 @@ class BerTlvEF(CardEF):
@cmd2.with_argparser(del_data_parser)
def do_delete_data(self, opts):
"""Delete data for a given tag in a BER-TLV EF"""
"""Delete data for a given tag in a BER-TLV EF"""
(data, _sw) = self._cmd.lchan.set_data(opts.tag, None)
if data:
self._cmd.poutput(data)