aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/state_impl/_operations/recompute_dependencies.py
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-08-25 10:44:05 +0200
committerWojtek Kosior <koszko@koszko.org>2022-09-28 12:54:53 +0200
commit3a1da529bdba0c353b10f6fe2cf1024feb81f809 (patch)
treeb2d332bd18a6f2167e52cd8a75c497234fcfab18 /src/hydrilla/proxy/state_impl/_operations/recompute_dependencies.py
parentc8eb1012980a08a51d78da0c3955cc5ba6edf5ed (diff)
downloadhaketilo-hydrilla-3a1da529bdba0c353b10f6fe2cf1024feb81f809.tar.gz
haketilo-hydrilla-3a1da529bdba0c353b10f6fe2cf1024feb81f809.zip
[proxy] normalize whitespace in .py and .sql files
Diffstat (limited to 'src/hydrilla/proxy/state_impl/_operations/recompute_dependencies.py')
-rw-r--r--src/hydrilla/proxy/state_impl/_operations/recompute_dependencies.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hydrilla/proxy/state_impl/_operations/recompute_dependencies.py b/src/hydrilla/proxy/state_impl/_operations/recompute_dependencies.py
index 4b48ce8..d4c4d45 100644
--- a/src/hydrilla/proxy/state_impl/_operations/recompute_dependencies.py
+++ b/src/hydrilla/proxy/state_impl/_operations/recompute_dependencies.py
@@ -209,7 +209,7 @@ def _recompute_dependencies_no_state_update_no_pull_files(
INSERT INTO payloads(
mapping_item_id,
pattern,
- eval_allowed,
+ eval_allowed,
cors_bypass_allowed
)
VALUES (?, ?, ?, ?);