Skip to content

Commit

Permalink
fix black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
richm committed Jun 3, 2024
1 parent 729a18e commit 61210b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/firewall_lib_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ def fetch_settings_from_dir(directory, detailed=False, fw=None):
element_settings["rules_str"] = element.getRichRules()
element_settings["protocols"] = element.getProtocols()
element_settings["source_ports"] = element.getSourcePorts()
element_settings[
"icmp_block_inversion"
] = element.getIcmpBlockInversion()
element_settings["icmp_block_inversion"] = (
element.getIcmpBlockInversion()
)
elif setting_name == "services":
element = fw.config().getServiceByName(_item).getSettings()
try:
Expand Down

0 comments on commit 61210b2

Please sign in to comment.