Skip to content

Commit 1acee1b

Browse files
committed
fix format
1 parent c318fec commit 1acee1b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/sap_cloud_sdk/destination/client.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,9 @@ def get_destination(
351351
if options.fragment_name:
352352
headers["X-fragment-name"] = options.fragment_name
353353
if options.fragment_optional is not None:
354-
headers["X-fragment-optional"] = str(options.fragment_optional).lower()
354+
headers["X-fragment-optional"] = str(
355+
options.fragment_optional
356+
).lower()
355357
if options.tenant:
356358
headers["X-tenant"] = options.tenant
357359
if options.user_token:

0 commit comments

Comments
 (0)