mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
chore: apply light lints (#2570)
This commit is contained in:
@@ -64,7 +64,7 @@ int main(int argc, char **argv) {
|
||||
|
||||
#if defined(OS_LINUX)
|
||||
if (auto distro = ImHexApi::System::getLinuxDistro(); distro.has_value()) {
|
||||
log::info("Linux distribution: {}. Version: {}", distro->name, distro->version == "" ? "None" : distro->version);
|
||||
log::info("Linux distribution: {}. Version: {}", distro->name, distro->version.empty() ? "None" : distro->version);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user