mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-03 21:55:21 +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.