Skip to content

Commit b0ac8df

Browse files
committed
formatting
1 parent 3dd707f commit b0ac8df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libmamba/src/core/util_os.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ namespace mamba
508508
#else
509509

510510
CONSOLE_SCREEN_BUFFER_INFO coninfo;
511-
auto res[[maybe_unused]] = GetConsoleScreenBufferInfo(GetStdHandle(STD_OUTPUT_HANDLE), &coninfo);
511+
auto res [[maybe_unused]] = GetConsoleScreenBufferInfo(GetStdHandle(STD_OUTPUT_HANDLE), &coninfo);
512512
return coninfo.srWindow.Bottom - coninfo.srWindow.Top + 1;
513513
#endif
514514
}

libmamba/src/solver/libsolv/helpers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1676,7 +1676,7 @@ namespace mamba::solver::libsolv
16761676
}
16771677
else
16781678
{
1679-
assert(false); // TODO c++23: replace by `std::unreachable();`
1679+
assert(false); // TODO c++23: replace by `std::unreachable();`
16801680
return {};
16811681
}
16821682
}

0 commit comments

Comments
 (0)