1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-06-30 19:24:42 +02:00

Collapse field name definition

Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com>
Dieser Commit ist enthalten in:
Jake Howard 2021-12-28 21:54:09 +00:00 committet von GitHub
Ursprung 4584cfe3c1
Commit 248e7dabc2
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -130,7 +130,7 @@ impl<R> Cached<R> {
Self { Self {
response, response,
is_immutable, is_immutable,
ttl: ttl, ttl,
} }
} }
} }