mirror of
https://github.com/august-alt/gpui.git
synced 2025-03-14 12:58:39 +03:00
style: remove unnecessary get()
This commit is contained in:
parent
e79e41b385
commit
f68d6ae853
@ -235,7 +235,7 @@ bool PolFormat::read(std::istream &input, io::RegistryFile *file)
|
||||
|
||||
for(const auto &entry : result.instructions) {
|
||||
auto registryEntry = RegistryEntryAdapter::create(entry, entry.key, entry.value);
|
||||
if (registryEntry.get()) {
|
||||
if (registryEntry) {
|
||||
registry->registryEntries.push_back(std::move(registryEntry));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user