Skip to content

Commit 7b715b2

Browse files
committed
Styling fixes
1 parent 693f93a commit 7b715b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/oauth_oidc_ccloud_producer.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def producer_config(args):
4747

4848
return params
4949

50+
5051
def delivery_report(err, msg):
5152
"""
5253
Reports the failure or success of a message delivery.
@@ -120,5 +121,5 @@ def main(args):
120121
help="Scopes requested from OAuth server.")
121122
parser.add_argument('--logical-cluster', dest="logical_cluster", required=False, help="Logical Cluster.")
122123
parser.add_argument('--identity-pool-id', dest="identity_pool_id", required=False, help="Identity Pool ID.")
123-
124+
124125
main(parser.parse_args())

0 commit comments

Comments
 (0)