format: libpaket.locker.api
This commit is contained in:
parent
cda0f946da
commit
06c9342ea7
1 changed files with 1 additions and 2 deletions
|
@ -27,8 +27,7 @@ fn headers() -> HeaderMap {
|
||||||
/* ("accept", "application/json") */
|
/* ("accept", "application/json") */
|
||||||
("app-version", app_version()),
|
("app-version", app_version()),
|
||||||
("device-os", "Android"),
|
("device-os", "Android"),
|
||||||
("device-key", "") /* is the android id... */
|
("device-key", ""), /* is the android id... */
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
let mut map = HeaderMap::new();
|
let mut map = HeaderMap::new();
|
||||||
|
|
Loading…
Reference in a new issue