Skip to content

Commit

Permalink
Removed whitespace at the end of line
Browse files Browse the repository at this point in the history
  • Loading branch information
EUCTechTopics authored Sep 2, 2024
1 parent 3b7d8d0 commit 96c9bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/configuration_item.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ def ensure_present(module, table_client, attachment_client):
# Update existing record
cmdb_table = old["sys_class_name"]
# If necessary, fetch the record from the table for the extended CI class
if cmdb_table != "cmdb_ci":
if cmdb_table != "cmdb_ci":
old = mapper.to_ansible(
table_client.get_record(
cmdb_table, query, must_exist=True
Expand Down

0 comments on commit 96c9bd4

Please sign in to comment.