mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-12 19:55:14 +02:00
cargo fmt
This commit is contained in:
parent
bec7bbf96c
commit
3a35cd6c8f
294 changed files with 6809 additions and 3911 deletions
|
|
@ -69,10 +69,7 @@ fn make_servlet_stubs(pkg: &str) -> Vec<(String, String)> {
|
|||
format!("{http_path}/HttpServletResponse.java"),
|
||||
http_servlet_response(&http),
|
||||
),
|
||||
(
|
||||
format!("{http_path}/HttpSession.java"),
|
||||
http_session(&http),
|
||||
),
|
||||
(format!("{http_path}/HttpSession.java"), http_session(&http)),
|
||||
(format!("{http_path}/Cookie.java"), cookie(&http)),
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue