Skip to content

Commit 97770a0

Browse files
committed
http/headers.tld: Remove extra whitespace
1 parent 87ea9c6 commit 97770a0

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

http/headers.tld

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
interface headers
2-
const clone : (self) -> (headers)
3-
const append : (self, string, string, nil|boolean) -> ()
4-
const each : (self) -> ((self) -> (string, string, boolean))
5-
const has : (self, string) -> (boolean)
6-
const delete : (self, string) -> (boolean)
7-
const geti : (self, integer) -> (string, string, boolean)
8-
const get_as_sequence : (self, string) -> ({"n": integer, integer:string})
9-
const get : (self, string) -> (string*)
10-
const get_comma_separated : (self, string) -> (string|nil)
11-
const modifyi : (self, integer, string, boolean?) -> ()
12-
const upsert : (self, string, string, boolean?) -> ()
13-
const sort : (self) -> ()
14-
const dump : (self, nil|file, nil|string) -> ()
2+
const clone: (self) -> (headers)
3+
const append: (self, string, string, nil|boolean) -> ()
4+
const each: (self) -> ((self) -> (string, string, boolean))
5+
const has: (self, string) -> (boolean)
6+
const delete: (self, string) -> (boolean)
7+
const geti: (self, integer) -> (string, string, boolean)
8+
const get_as_sequence: (self, string) -> ({"n": integer, integer:string})
9+
const get: (self, string) -> (string*)
10+
const get_comma_separated: (self, string) -> (string|nil)
11+
const modifyi: (self, integer, string, boolean?) -> ()
12+
const upsert: (self, string, string, boolean?) -> ()
13+
const sort: (self) -> ()
14+
const dump: (self, nil|file, nil|string) -> ()
1515
end
1616

1717
new : () -> (headers)

0 commit comments

Comments
 (0)