Skip to content

Commit 938f754

Browse files
BigRoyiLLiCiTiT
andauthored
Revert changes to vendorized files
Co-authored-by: Jakub Trllo <[email protected]>
1 parent d50d928 commit 938f754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/ayon_hiero/vendor/google/protobuf/text_format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ def PrintField(self, field, value):
548548
self.out.write(' ' if self.as_one_line else '\n')
549549

550550
def _PrintShortRepeatedPrimitivesValue(self, field, value):
551-
"""Prints short repeated primitives value."""
551+
""""Prints short repeated primitives value."""
552552
# Note: this is called only when value has at least one element.
553553
self._PrintFieldName(field)
554554
self.out.write(' [')

0 commit comments

Comments
 (0)