format: libpaket.locker.api

This commit is contained in:
jane400 2024-08-18 18:10:20 +02:00 committed by jane400
parent cda0f946da
commit 06c9342ea7

View file

@ -27,8 +27,7 @@ fn headers() -> HeaderMap {
/* ("accept", "application/json") */
("app-version", app_version()),
("device-os", "Android"),
("device-key", "") /* is the android id... */
("device-key", ""), /* is the android id... */
];
let mut map = HeaderMap::new();