mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 00:40:25 +02:00
formatting
This commit is contained in:
parent
5b7fac14a5
commit
19c32a8dbd
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ get_header_string_value(obj) := s if {
|
|||
s := concat(",", [obj])
|
||||
}
|
||||
|
||||
remove_empty_header_values(arr) := [[k,v]|
|
||||
remove_empty_header_values(arr) := [[k, v] |
|
||||
some idx
|
||||
k := arr[idx][0]
|
||||
v := arr[idx][1]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue