Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Commit b289b88

Browse files
River707tensorflower-gardener
authored andcommitted
NFC: Remove an extra space when printing the 'attributes' prefix before a dictionary.
PiperOrigin-RevId: 278795313
1 parent 8bb5582 commit b289b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/IR/AsmPrinter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1346,7 +1346,7 @@ void ModulePrinter::printOptionalAttrDict(ArrayRef<NamedAttribute> attrs,
13461346

13471347
// Print the 'attributes' keyword if necessary.
13481348
if (withKeyword)
1349-
os << " attributes ";
1349+
os << " attributes";
13501350

13511351
// Otherwise, print them all out in braces.
13521352
os << " {";

0 commit comments

Comments
 (0)