Fix indent.

This commit is contained in:
Florian Bruhin 2015-05-06 23:36:01 +02:00
parent 9ceb43ec44
commit 564a589bc6

View File

@ -771,7 +771,7 @@ class HintManager(QObject):
else:
name = target.name.replace('_', '-')
raise cmdexc.CommandError("Rapid hinting makes no sense with "
"target {}!".format(name))
"target {}!".format(name))
self._check_args(target, *args)
self._context = HintContext()