Skip to content

Commit 2c7d956

Browse files
committed
fmt
1 parent 50b45b7 commit 2c7d956

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python-sdk/kiota-gen.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@
1818
"x86_64": "x64",
1919
"amd64": "x64",
2020
"aarch64": "arm64",
21-
"arm64": "arm64"
21+
"arm64": "arm64",
2222
}
2323

24+
2425
def generate_kiota_client_files(setup_kwargs):
2526
kiota_os_name = KIOTA_OS_NAMES.get(platform.system(), None)
2627
if kiota_os_name is None:

0 commit comments

Comments
 (0)