Skip to content

Commit 80ea78c

Browse files
authored
Format args in the correct order (confluentinc#1341)
1 parent e7e0661 commit 80ea78c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/protobuf_consumer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ def main(args):
6868
"\tfavorite_number: {}\n"
6969
"\tfavorite_color: {}\n"
7070
.format(msg.key(), user.name,
71-
user.favorite_color,
72-
user.favorite_number))
71+
user.favorite_number,
72+
user.favorite_color))
7373
except KeyboardInterrupt:
7474
break
7575

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy