Style consistency: don't end error messages with exclamation points.

This commit is contained in:
Dan Gohman
2018-04-18 10:22:49 -07:00
parent d7e13284b2
commit d122d16f79
3 changed files with 4 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ class TargetISA(object):
self._predicates = dict() # type: Dict[PredKey, PredNode]
assert InstructionGroup._current is None,\
"InstructionGroup {} is still open!"\
"InstructionGroup {} is still open"\
.format(InstructionGroup._current.name)
def __str__(self):