mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-05-19 11:38:00 +03:00
The `InputStream` would not be closed after reading the key file in `KeyReader#import`, it's now wrapped with `use{ }` which handles closing the stream after usage.