mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-07 01:52:14 +02:00
Add eof newlines
This commit is contained in:
parent
b7d1b8e652
commit
b52b5fe3a8
@ -31,8 +31,7 @@ namespace sts::lr {
|
|||||||
std::shared_ptr<ncm::IContentMetaDatabase> content_meta_database;
|
std::shared_ptr<ncm::IContentMetaDatabase> content_meta_database;
|
||||||
std::shared_ptr<ncm::IContentStorage> content_storage;
|
std::shared_ptr<ncm::IContentStorage> content_storage;
|
||||||
public:
|
public:
|
||||||
ContentLocationResolverInterface(ncm::StorageId storage_id) : storage_id(storage_id) {
|
ContentLocationResolverInterface(ncm::StorageId storage_id) : storage_id(storage_id) { /* ... */ }
|
||||||
}
|
|
||||||
|
|
||||||
~ContentLocationResolverInterface();
|
~ContentLocationResolverInterface();
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user